9 lines
352 B
PHP
Executable File
9 lines
352 B
PHP
Executable File
<?php if($extView = $this->getExtViewFile(__FILE__)){include $extView; return helper::cd();}?>
|
|
<iframe frameborder='0' name='hiddenwin' id='hiddenwin' scrolling='no' class='debugwin hidden'></iframe>
|
|
<?php if($this->loadModel('cron')->runable()) js::execute('startCron()');?>
|
|
<script>
|
|
<?php if(isset($pageJS)) echo $pageJS;?>
|
|
</script>
|
|
</body>
|
|
</html>
|