PDA

View Full Version : Table of Content



mek76
04-25-2007, 10:01 PM
Hello erverybody,

Is there a possibility to always show the toc on a page? Like you can do it during print preview!

Thank you in advance...

Marco

royk
04-26-2007, 06:38 AM
yes, the variable in Ace.php is called $HTMLtoc - you can insert that anywhere in your template to have it show up

jgable
04-29-2007, 12:19 AM
yes, the variable in Ace.php is called $HTMLtoc - you can insert that anywhere in your template to have it show up

Do you mean that you simply put it in the html of a template page or in some php template code somewhere? I'm new to dekiWiki and still learning my way around.

royk
04-30-2007, 07:16 AM
Do you mean that you simply put it in the html of a template page or in some php template code somewhere? I'm new to dekiWiki and still learning my way around.

it is a PHP variable - the template that is used in DekiWiki can be found in skins/Ace.php; modify the markup there to display the TOC wherever you'd like.