示例#1
0
文件: views.php 项目: kalushta/darom
 function __construct()
 {
     self::$_template = 'index.php';
     parent::__construct(self::$_template, __('Blog', APP_TD));
 }