Oki, a mógłbyś jeszcze to rozszyfrować lub ktoś inny, jak wchodzę w grupy to mam taki błąd:
Parse error: syntax error, unexpected '}' in /var/www/sites/yoyo.pl/n/e/mojeforum/includes/template.php(127) : eval()'d code on line 34
Tutaj daje linie od 30 do 49
class Template {
var $classname = "Template";
// variable that holds all the data we'll be substituting into
// the compiled templates.
// ...
// This will end up being a multi-dimensional array like this:
// $this->_tpldata[block.][iteration#][child.][iteration#][child2.][iteration#][variablename] == value
// if it's a root-level variable, it'll be like this:
// $this->_tpldata[.][0][varname] == value
var $_tpldata = array();
// Hash of filenames for each template handle.
var $files = array();
// Root template directory.
var $root = "";
// this will hash handle names to the compiled code for that handle.
var $compiled_code = array();