Files
EasySoft-ZenTaoPMS/module/common/tablesorter.html.php
2009-11-27 06:21:16 +00:00

10 lines
272 B
PHP

<link rel="stylesheet" href="<?php echo $clientTheme;?>tablesorter.css" />
<script src="<?php echo $jsRoot;?>jquery/tablesorter/min.js" type="text/javascript"></script>
<script language='javascript'>
$(function()
{
$(".tablesorter").tablesorter();
}
);
</script>