if (empty($c_is_digest))
{
echo preg_replace(array("/<</", "/>>/", "/(.*)/e"), array(sprintf("<a class=\"TOP\" href=\"%s\">", qpath("/channel/","",0,0,0,0,0,"")), "</a>", "gdictionary(\"\1\")"), $c_common_dictionary["home"]);
}
Might anyone be able to tell me why the above statement causes this error...
"Fatal error: Failed evaluating code gdictionary..."