]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/templates/bottom.tmpl
Class "tablesorter" is not needed
[SourceForge/phpwiki.git] / themes / default / templates / bottom.tmpl
1 <!-- Add your Disclaimer here -->
2 <?php if (!$WikiTheme->DUMP_MODE) { ?>
3 <?php echo empty($WARNINGS) ? '' : $WARNINGS ?>
4 <?php echo $GLOBALS['ErrorManager']->getPostponedErrorsAsHTML() ?>
5 <?php if (defined('DEBUG') and DEBUG & 1) { ?><?php echo Template('debug') ?><?php } ?>
6 <?php } ?>
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").tablesorter();
16     }
17 );
18 </script>