Exemple #1
0
 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'
    );
 }
Exemple #2
0
 function __construct(Kohana_Request $request)
 {
     parent::__construct($request);
 }