* @author Anika Henke * @author Clarence Lee * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) */ if (!defined('DOKU_INC')) die(); /* must be run from within DokuWiki */ header('X-UA-Compatible: IE=edge,chrome=1'); $hasSidebar = page_findnearest($conf['sidebar']); $showSidebar = $hasSidebar && ($ACT=='show'); ?> <?php tpl_pagetitle() ?> [<?php echo strip_tags($conf['title']) ?>]
getDropdown($lang['tools']); ?> showTranslations(); ?>

'.$conf['title'].' after img to have Wiki Title display tpl_link( wl(), ''.$conf['title'].' ', 'accesskey="h" title="[H] '.$conf['title'].'"' ); ?>


    getItems() as $item ) { if ( preg_match('/^childrenpages_/', $item->getType()) ) { if ( $item->is_active ) { echo '
  • '.$item->asHtmlLink(false, true).'
  • '; } else { echo '
  • '.$item->asHtmlLink(false, true).'
  • '; } } } ?>