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