diff options
author | Anika Henke <anika@selfthinker.org> | 2012-03-23 23:58:44 +0000 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2012-03-23 23:58:44 +0000 |
commit | 57fc5eddedf96b52f76700b70686359a594b2031 (patch) | |
tree | 7fdd8b4fdb447f1836a72d2edbd603a889e385bc /lib/tpl/dokuwiki/detail.php | |
parent | a4ffa98be918b511b2a80d03d5ce147dc1cef0b7 (diff) | |
download | rpg-57fc5eddedf96b52f76700b70686359a594b2031.tar.gz rpg-57fc5eddedf96b52f76700b70686359a594b2031.tar.bz2 |
removed a few comments in new template files
Diffstat (limited to 'lib/tpl/dokuwiki/detail.php')
-rw-r--r-- | lib/tpl/dokuwiki/detail.php | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/lib/tpl/dokuwiki/detail.php b/lib/tpl/dokuwiki/detail.php index 287827253..90ae492bd 100644 --- a/lib/tpl/dokuwiki/detail.php +++ b/lib/tpl/dokuwiki/detail.php @@ -30,14 +30,7 @@ $showSidebar = $conf['sidebar'] && page_exists($conf['sidebar']) && ($ACT=='show </head> <body> - <?php /* with these Conditional Comments you can better address IE issues in CSS files, - precede CSS rules by #IE7 for IE7 and #IE8 for IE8 (div closes at the bottom) */ ?> <!--[if lte IE 7 ]><div id="IE7"><![endif]--><!--[if IE 8 ]><div id="IE8"><![endif]--> - - <?php /* the "dokuwiki__top" id is needed somewhere at the top, because that's where the "back to top" button/link links to */ ?> - <?php /* classes mode_<action> 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 */ ?> - <?php /* .dokuwiki should always be in one of the surrounding elements (e.g. plugins and templates depend on it) */ ?> <div id="dokuwiki__site"><div id="dokuwiki__top" class="dokuwiki site mode_<?php echo $ACT ?> <?php echo ($showSidebar) ? 'hasSidebar' : ''; ?>"> @@ -53,7 +46,7 @@ $showSidebar = $conf['sidebar'] && page_exists($conf['sidebar']) && ($ACT=='show <?php endif; ?> <div class="page group"> - <?php tpl_flush() /* flush the output buffer */ ?> + <?php tpl_flush() ?> <?php _tpl_include('pageheader.html') ?> <!-- detail start --> <?php |