예제 #1
0
파일: views.php 프로젝트: kalushta/darom
 function __construct()
 {
     self::$_template = 'index.php';
     parent::__construct(self::$_template, __('Blog', APP_TD));
 }