Your IP : 172.28.240.42


Current Path : /var/www/html/clients/rebirth.e-nk.ru/live/engine/modules/viewer/
Upload File :
Current File : /var/www/html/clients/rebirth.e-nk.ru/live/engine/modules/viewer/lsSmarty.class.php

<?php
class lsSmarty extends Smarty {
	function _smarty_include($params) {
    	if (isset($params['smarty_include_tpl_file'])) {
    		$params['smarty_include_tpl_file']=Engine::getInstance()->Plugin_GetDelegate('template',$params['smarty_include_tpl_file']);
    	}
    	parent::_smarty_include($params);
    }	
}