DokuWiki

It's better when it's simple

User Tools

Site Tools


template:lilas

This is an old revision of the document!


lilas Template

Author:
neolao
Description:
Sitemap and TOC on the left.
LastUpdate:
2006-04-20
Compatible:
2005-09-22 and 2006-03-09
Template:
sitemap
Screenshot:
screenshot: template_lilas.jpg

Basically this template gives you the same information that you get when you click the Index button. It puts this in a navigation box on the left.

Download and Install

Use the following URL to download this template:

Refer to template on how to install and use templates in DokuWiki.

TOC and new dokuwiki versions

## modifications on dokuwiki-2009-02-14b
## and template_lilas_20060420, 
## to run with toc-navigation
##	by gismar[at]gmx[dot]de
##________________________________________________________________________________
  
# to show toc on newer dw version your 
# TOC-section in /lib/tpl/lilas/main.php 
# should look like this:
<!-- ================================= TOC ================================= -->
		<?php
			ob_start();
			tpl_content(false);
			$buffer = ob_get_clean();
		?>
		<?php if(tpl_toc(true) && $INFO['exists'] && isset($toc)){ ?> 
		<div class="menu pagemap">
			<div class="menutop">
				<div class="prepend"></div>
				<div class="title"><?php echo $lang["pagemap"]; ?></div>
			</div>
			<div class="menubody">
				<?php tpl_toc()?>
			</div>
			<div class="menubottom"><div class="prepend"></div></div>
		</div>
		<?php } ?> 

##________________________________________________________________________________

# hide tocheader + toctoggle in page-navigation
# uncomment /inc/html.php - line 1406 - 1408

/*    $out .= '<div class="tocheader toctoggle" id="toc__header">';
  $out .= $lang['toc'];
  $out .= '</div>'.DOKU_LF;
*/

##________________________________________________________________________________

Sites using this Template

  • Add yours here
template/lilas.1251968065.txt.gz · Last modified: 2009-09-03 10:54 by 91.16.67.38

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki