<?php class FWSmarty extends Smarty { public function __construct() { $this->template_dir = '_t/'.SMARTY_CAT. '/'. SMARTY_LANG. '/tpl'; $this->compile_dir = SMARTY_COMPILE_DIR; //$this->plugins_dir[] = 'ey_plugins'; parent::Smarty(); return; } } ?>
na localhost dziala a na home.pl daje taki komunikat:
Cytat
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /cabin_/_i/FWSmarty.class.php on line 7