Smarty Error: Unable to load template file './Theme/Home/left_pro.html'
- /home/wwwroot/en.ramadaly.com/Comm/MyFrame/Core/spView.php on line 52
47.
$this->addfuncs();
48.
$this->displayed = TRUE;
49.
if($GLOBALS['G_SP']['view']['debugging'] && SP_DEBUG)$this->engine->debugging = TRUE;
50.
$this->engine->display($tplname);
51.
} catch (Exception $e) {
52.
53.
spError( $GLOBALS['G_SP']['view']['engine_name']. ' Error: '.$e->getMessage() );
}
54.
}
55.
56.
/**
57.
* 注册视图函数
- /home/wwwroot/en.ramadaly.com/Comm/MyFrame/Core/spController.php on line 104
99.
*/
100.
public function display($tplname, $output = TRUE)
101.
{
102.
@ob_start();
103.
if(TRUE == $GLOBALS['G_SP']['view']['enabled']){
104.
105.
$this->v->display($tplname);
}else{
106.
extract($this->__template_vals);
107.
require($tplname);
108.
}
109.
if( TRUE != $output )return ob_get_clean();
- /home/wwwroot/en.ramadaly.com/Action/home.php on line 506
501.
$condition="gjc<>''";
502.
$this->tags = spClass('m_tags')->findAll($condition,'id desc'); // 执行查找
503.
//if($this->isMobile()){
504.
// $this->display('Home/mtags.html');
505.
//}else{
506.
507.
$this->display('Home/tags.html');
//}
508.
}
509.
}
510.
//网站地图
511.
public function map(){
- /home/wwwroot/en.ramadaly.com/Comm/MyFrame/spFunctions.php on line 32
27.
}else{
28.
spClass('m_conf')->update(array('id'=>1),array('yuefen'=>date('Y-m')));
29.
}
30.
}
31.
// 路由并执行用户代码
32.
33.
$handle_controller->$__action();
// 控制器程序运行完毕,进行模板的自动输出
34.
if(FALSE != $GLOBALS['G_SP']['view']['auto_display']){
35.
$__tplname = $__controller.$GLOBALS['G_SP']['view']['auto_display_sep'].
36.
$__action.$GLOBALS['G_SP']['view']['auto_display_suffix']; // 拼装模板路径
37.
$handle_controller->auto_display($__tplname);
- /home/wwwroot/en.ramadaly.com/index.php on line 13
8.
require('config.php');
9.
//加载框架核心
10.
require(SP_PATH.'/SpeedPHP.php');
11.
require('functions.php');
12.
//执行应用
13.
14.
spRun();
?>