Files
EasySoft-ZenTaoPMS/module/common/view/footer.lite.html.php
Catouse 05f516fbb0 * removed icon form action button.
* removed debug.html.php.
 * ajusted style of 'productplan/linkbug' and 'productplan/linkstory'.
2014-04-28 10:42:49 +08:00

8 lines
297 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>
<script laguage='Javascript'>
<?php if(isset($pageJS)) echo $pageJS;?>
</script>
</body>
</html>