compile_check = true; $this-> compile_dir = ( SITE_DIR . "common/templates_c"); $this-> config_dir = ( SITE_DIR . "common/config"); //$this-> template_dir = ( ); $this-> Assign ("LANG_DIR", LANG . "/"); $this-> Assign ("IMAGES_DIR", IMAGES_DIR); $this-> Assign ("SITE_DIR", SITE_DIR ); $this-> Assign ("SITE_JS_DIR", HTTP_DIR . "js/"); $this-> Assign ("SITE_CSS_DIR", HTTP_DIR . "css/"); } function assign($tpl_var, $value = null){ global $dMode; if($dMode=='console') deb($value, $tpl_var); parent::assign($tpl_var, $value); } } ?>
Fatal error: Class 'Smarty_bn' not found in /var/www/vhosts/grupo1desarrollos.com/httpdocs/common/init.php on line 31