Files
EasySoft-ZenTaoPMS/module/common/view/alert.html.php
2012-08-31 06:41:30 +00:00

11 lines
340 B
PHP

<?php if($extView = $this->getExtViewFile(__FILE__)){include $extView; return helper::cd();}?>
<?php
$webRoot = $this->app->getWebRoot();
$jsRoot = $webRoot . "js/";
$defaultTheme = $webRoot . 'theme/default/';
if($config->debug)
{
css::import($defaultTheme . 'alert.css');
js::import($jsRoot . 'jquery/alert/min.js');
}