Igloo kaduuk.....
Geplaatst: 25 nov 2004, 16:37
ik krijg wanneer ik naar de igloo template ga de volgende error...
Alleen in igloo, de andere templates doen het goed
dit is templates.php lijn 250-268: (260 is de } na return true;)
wat is er loos?
Code: Selecteer alles
Parse error: parse error, unexpected '}' in /usr/home/robin/public_html/includes/template.php(127) : eval()'d code on line 260
dit is templates.php lijn 250-268: (260 is de } na return true;)
Code: Selecteer alles
/**
* If not already done, load the file for the given handle and populate
* the uncompiled_code[] hash with its code. Do not compile.
*/
function loadfile($handle)
{
// If the file for this handle is already loaded and compiled, do nothing.
if (isset($this->uncompiled_code[$handle]) && !empty($this->uncompiled_code[$handle]))
{
return true;
}
// If we don't have a file assigned to this handle, die.
if (!isset($this->files[$handle]))
{
die("Template->loadfile(): No file specified for handle $handle");
}
$filename = $this->files[$handle];