Hi:
I am very new to Joomla!
I have set up my joomla site with a custom made Template and when I go and add menu items I get this response many , many, many times before the content is loaded:
Warning: cannot yet handle MBCS in html_entity_decode()! in /home/dhoffman/public_html/data/libraries/joomla/application/pathway.php on line 209
I looked in the pathway.php but I dont know what I am looking for.
Code:
function _makeItem($name, $link)
{
$item = new stdClass();
$item->name = html_entity_decode($name, ENT_COMPAT, 'UTF-8');
$item->link = $link;
return $item;
}
}
Please help me or point me to a place that can help me