splitbrain / dokuwiki-plugin-s5

Display a DokuWiki page as a S5 slideshow presentation
http://www.dokuwiki.org/plugin:s5
9 stars 9 forks source link

renderer.php : tpl_pagetitle instead of $ID as footer H1 #3

Closed daamien closed 10 years ago

daamien commented 14 years ago

hi guys,

is it possible to replace a line 94 in renderer.php :

<h1>'.$ID.'</h1>

by

<h1>'.tpl_pagetitle($ID,true).'</h1>

With If useheading enabled, this will the first headline instead of namespace+pagename