コード例 #1
0
ファイル: Module_News.php プロジェクト: sinfocol/gwf3
 public function execute($methodname)
 {
     GWF_Website::addFeed(GWF_WEB_ROOT . 'news/feed', $this->lang('rss_title'));
     return parent::execute($methodname);
 }