コード例 #1
0
ファイル: Setup.php プロジェクト: Aziz-JH/core
 /**
  * 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();
 }
コード例 #2
0
ファイル: Reports.php プロジェクト: ralfhartmann/isotope_core
 protected function compile()
 {
     $this->Template->before = $this->getDailySummary();
     parent::compile();
 }