/**
  * Set a layouts directory
  *
  * @param   string $path The path to add in the template include path
  * @return  self
  */
 public function setLayoutsDir($path)
 {
     $this->view->setIncludePath($path);
     return $this;
 }