5 lines
345 B
PHP
5 lines
345 B
PHP
<?php if($extView = $this->getExtViewFile(__FILE__)){include $extView; return helper::cd();}?>
|
|
<link rel="stylesheet" href="<?php echo $defaultTheme;?>alert.css" />
|
|
<script src="<?php echo $jsRoot;?>jquery/alert/raw.js" type="text/javascript"></script>
|
|
<script src="<?php echo $jsRoot;?>jquery/table2csv/raw.js" type="text/javascript"></script>
|