public function before() { parent::before(); $this->template->container_class = "home"; $this->template->header = View::factory('cv/header'); $this->template->footer = View::factory('cv/footer'); $this->template->title = 'Sébastien Sauvé'; $this->template->scripts = array( 'media/js/jquery.movingboxes.js' ); }
function __construct(Kohana_Request $request) { parent::__construct($request); }