footer.lite.html.php 353 B

12345678
  1. <?php if($extView = $this->getExtViewFile(__FILE__)){include $extView; return helper::cd();}?>
  2. <iframe frameborder='0' name='hiddenwin' id='hiddenwin' scrolling='no' class='debugwin hidden'></iframe>
  3. <?php if($this->loadModel('cron')->runnable()) js::execute('startCron()');?>
  4. <script>
  5. <?php if(isset($pageJS)) echo $pageJS;?>
  6. </script>
  7. </body>
  8. </html>