]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Crao/templates/bottom.tmpl
Class "tablesorter" is not needed
[SourceForge/phpwiki.git] / themes / Crao / templates / bottom.tmpl
1 <!-- Add your Disclaimer here -->
2 <?php echo $GLOBALS['ErrorManager']->getPostponedErrorsAsHTML() ?>
3 <?php if (defined('DEBUG') and DEBUG) { ?><?php echo Template('debug') ?><?php } ?>
4 <script type="text/javascript" src="<?php echo DATA_PATH ?>/highlight.js/highlight.pack.js"></script>
5 <script>
6     hljs.tabReplace = '    ';
7     hljs.initHighlightingOnLoad();
8 </script>
9 <script>
10 jQuery(document).ready(function()
11     {
12         jQuery(".sortable").addClass("tablesorter");
13         jQuery(".sortable").tablesorter();
14     }
15 );
16 </script>