* @author Michael Klier */ // must be run from within DokuWiki if (!defined('DOKU_INC')) die(); require_once('tpl_functions.php'); global $REV; global $ACT; ?> prefix="og: http://ogp.me/ns# article: http://ogp.me/ns/article# fb: http://ogp.me/ns/fb# place: http://ogp.me/ns/place# book: http://ogp.me/ns/book#"> <?php tpl_pagetitle()?> [<?php echo strip_tags($conf['title'])?>]
    html_new_page_button(true); if($npb) { print '
  • ' . $npb . '
  • ' . DOKU_LF; } } foreach(array('revert', 'edit', 'history', 'subscribe') as $act) { ob_start(); print '
  • '; if($act == 'revert' && !empty($REV)) { if(tpl_actionlink($act)) { print '
  • ' . DOKU_LF; ob_end_flush(); } else { ob_end_clean(); } } else { if(tpl_actionlink($act)) { print '' . DOKU_LF; ob_end_flush(); } else { ob_end_clean(); } } } ?>