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