Files
EasySoft-ZenTaoPMS/trunk/module/common/tablesorter.html.php
2009-12-13 15:02:33 +00:00

4 lines
262 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>