11 lines
339 B
PHP
Executable File
11 lines
339 B
PHP
Executable File
<?php if($extView = $this->getExtViewFile(__FILE__)){include $extView; return helper::cd();}?>
|
|
<?php if($config->debug) js::import($jsRoot . 'jquery/colorize/min.js');?>
|
|
<script language='javascript'>
|
|
$(function()
|
|
{
|
|
$('.colored').colorize();
|
|
$('tfoot td').css('background', 'white').unbind('click').unbind('hover');
|
|
}
|
|
);
|
|
</script>
|