Esempio n. 1
0
 /**
  * Checks whether the static template has been included.
  *
  * @return void
  */
 protected function checkStaticIncluded()
 {
     if (!$this->objectToCheck->getConfValueBoolean('isStaticTemplateLoaded')) {
         $this->setErrorMessage('The static template is not included. This has the effect ' . 'that important default values do not get set. To fix ' . 'this, please include this extension\'s template under ' . '<em>Include static (from extensions)</em> in your TS ' . 'template.');
     }
 }