/*
Generate a list of Labels based on files placed in /labels
*/
function populateLabelsDiv()
{
/* (1) Change the id labels */
var labelDiv = document.getElementById('labels');
// cannot find the div
if(!labelDiv)
{
return;
}
var htmlStr = "
";
Warning: dir(/home/kpdicon7/public_html/labels/) [function.dir]: failed to open dir: No such file or directory in /home/kpdicon7/public_html/includes/bloggerlabels.php on line 143
Fatal error: Call to a member function read() on a non-object in /home/kpdicon7/public_html/includes/bloggerlabels.php on line 149