public function setParent($parentTheme)
 {
     $path = substr($this->_templatesRoot, 0, -1) == '/' ? substr($this->_templatesRoot, 0, strlen($this->_templatesRoot) - 1) : $this->_templatesRoot;
     $this->_parent = new Template();
     $this->_parent->setTemplateRoot($path)->setI18n($this->_i18n)->setTemplate($parentTheme);
 }