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.
 
 
 
 
 

14 lines
338 B

  1. <?php
  2. define("DOKU_INC", realpath(dirname(__FILE__).'/../../../../') . '/');
  3. require_once DOKU_INC . 'inc/init.php';
  4. require_once DOKU_INC . 'inc/template.php';
  5. global $INPUT;
  6. $page = $INPUT->str('dw_id');
  7. $page = urldecode($page);
  8. $page = ltrim($page, ':');
  9. $t= trim(tpl_pagetitle($page,1));
  10. echo htmlentities($t) . "\n";