コード例 #1
0
ファイル: PageView.php プロジェクト: vcorobceanu/WebAPL
 public static function fullView($data)
 {
     $data['page']->text = \WebAPL\Shortcodes::execute($data['page']->text);
     return View::make('sections.pages.fullw')->with($data);
 }
コード例 #2
0
ファイル: startup.php プロジェクト: vcorobceanu/WebAPL
 public static function mapPage($data)
 {
     $data['page']->text = \WebAPL\Shortcodes::execute($data['page']->text);
     $data['tree'] = Post::treePosts(0, array('general_node' => 1));
     return View::make('sections.pages.sitemap')->with($data);
 }