public static function fullView($data) { $data['page']->text = \WebAPL\Shortcodes::execute($data['page']->text); return View::make('sections.pages.fullw')->with($data); }
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); }