* removed debug.html.php. * ajusted style of 'productplan/linkbug' and 'productplan/linkstory'.
8 lines
297 B
PHP
Executable File
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>
|