* @license GPL 2 (http://www.gnu.org/licenses/gpl.html) */ if (!defined('DOKU_INC')) die(); /* must be run from within DokuWiki */ $showTools = !tpl_getConf('hideTools') || ( tpl_getConf('hideTools') && !empty($_SERVER['REMOTE_USER']) ); $theme = ''; if(tpl_getConf('theme')!='Default') { $theme = ' theme-'.strtolower(tpl_getConf('theme')); } $toc = tpl_getConf('inlineToc')?' itoc':''; $width = tpl_getConf('fullWidthSite')?' full-width':''; $tpl_retro_classes = tpl_classes().$toc.$width.$theme; ?> <?php tpl_pagetitle() ?> [<?php echo strip_tags($conf['title']) ?>]
getListItems();} ?> getListItems();} ?> getListItems(); if($USERINFO) { echo '
  • ('.$USERINFO['name'].')
  • '; } } ?>
    '; } ?>
    0) { tpl_toc(); } tpl_content(false); tpl_flush(); ?>
    getListItems();} ?> getListItems();} ?> getListItems(); if($USERINFO) { echo '
  • ('.$USERINFO['name'].')
  • '; } } ?>
    '; tpl_include_page(':footer'); echo ''; } ?>