/**
  * Get the viewPath with the current theme as subdirectory
  *
  * @return string
  */
 public function getViewPath()
 {
     return parent::getViewPath() . DIRECTORY_SEPARATOR . $this->theme;
 }