Exemple #1
0
 /**
  * Generate the module
  */
 protected function compile()
 {
     $this->Template->before = '<h1 id="tl_welcome">' . sprintf($GLOBALS['TL_LANG']['IMD']['config_module'], Isotope::VERSION) . '</h1>';
     parent::compile();
 }
 protected function compile()
 {
     $this->Template->before = $this->getDailySummary();
     parent::compile();
 }