From 49cf8ed6b5276f1f52c9b7b3766aebab68e043a9 Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Sat, 14 Jan 2012 10:36:26 +0000 Subject: moved back to top target higher up (fixes #21) --- main.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/main.php b/main.php index e5552215d..56d7ac90f 100755 --- a/main.php +++ b/main.php @@ -31,10 +31,12 @@ $showSidebar = tpl_getConf('sidebarID') && page_exists(tpl_getConf('sidebarID')) precede CSS rules by #IE6 for IE6, #IE7 for IE7 and #IE8 for IE8 (div closes at the bottom) */ ?> + are added to make it possible to e.g. style a page differently if it's in edit mode, see http://www.dokuwiki.org/devel:action_modes for a list of action modes */ ?> -
+
@@ -45,7 +47,7 @@ $showSidebar = tpl_getConf('sidebarID') && page_exists(tpl_getConf('sidebarID'))

'.$conf['title'].'', - 'id="dokuwiki__top" accesskey="h" title="[H]"' + 'accesskey="h" title="[H]"' ) /* @todo: obviously don't use tpl_getFavicon, but make a new function (or use a config option?) */ ?>

-- cgit v1.2.3