Ich bin es wiedereinmal. Ich wollte das profil eines users ansehen und da kam flogende Fehlermeldung:
Ich habe mal die Zeile 55 +-10 Zeilen hier gepostet.Parse error: syntax error, unexpected '}' in /usr/export/www/vhosts/funnetwork/hosting/isfally/ISF/includes/template.php(127) : eval()'d code on line 55
Die Line 55 ist:
Ich hoffe ihr könnt helfen.* Constructor. Simply sets the root dir.
Zeilen 45 - 65:
Danke und Gruß// Root template directory.
var $root = "";
// this will hash handle names to the compiled code for that handle.
var $compiled_code = array();
// This will hold the uncompiled code for that handle.
var $uncompiled_code = array();
/**
* Constructor. Simply sets the root dir.
*
*/
function Template($root = ".")
{
$this->set_rootdir($root);
}
/**
* Destroys this template object. Should be called when you're done with it, in order
* to clear out the template data so you can load/parse a new template set.
Dominik