You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

16 lines
345 B

  1. <?php
  2. /**
  3. * DokuWiki Default Template fork 2017
  4. *
  5. * @link http://dokuwiki.org/template
  6. * @author beemoon <contact@beemoon.fr>
  7. * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
  8. */
  9. if (tpl_getConf('enableAccordion')==1) : ?>
  10. <script>
  11. var $accordion = jQuery('#accordion');
  12. $accordion.accordion();
  13. </script>
  14. <?php endif; ?>