From 31e187f85698a8f8dfbf4705761517c05cd6aab6 Mon Sep 17 00:00:00 2001 From: Sean Coates Date: Fri, 24 Feb 2006 16:56:31 +0100 Subject: hierarchical breadcrumbs This patch adds optional hierarchical breadcrumbs. This was discussed last december in http://www.freelists.org/archives/dokuwiki/12-2005/msg00112.html and followups. Many people where in favour of this. darcs-hash:20060224155631-21b7e-10f25b7bdf60120ec99850afefd4d1662c5b87aa.gz --- conf/dokuwiki.php | 1 + 1 file changed, 1 insertion(+) (limited to 'conf') diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php index afdbdf3a0..04b0abe0b 100644 --- a/conf/dokuwiki.php +++ b/conf/dokuwiki.php @@ -25,6 +25,7 @@ $conf['template'] = 'default'; //see tpl directory $conf['fullpath'] = 0; //show full path of the document or relative to datadir only? 0|1 $conf['recent'] = 20; //how many entries to show in recent $conf['breadcrumbs'] = 10; //how many recent visited pages to show +$conf['youarehere'] = 0; //show "You are here" navigation? 0|1 $conf['typography'] = 1; //convert quotes, dashes and stuff to typographic equivalents? 0|1 $conf['htmlok'] = 0; //may raw HTML be embedded? This may break layout and XHTML validity 0|1 $conf['phpok'] = 0; //may PHP code be embedded? Never do this on the internet! 0|1 -- cgit v1.2.3