diff options
author | Anika Henke <anika@selfthinker.org> | 2011-10-05 00:51:22 +0100 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2011-10-05 00:51:22 +0100 |
commit | 35cc0740c8dab662e9b46b94e188a72536bbd7c2 (patch) | |
tree | 37a83d9a855736c9c388def05b3e482d7c25687b /main.php | |
parent | 7ccc11464f838bd1beb3681efc3b31c29ca620c3 (diff) | |
download | rpg-35cc0740c8dab662e9b46b94e188a72536bbd7c2.tar.gz rpg-35cc0740c8dab662e9b46b94e188a72536bbd7c2.tar.bz2 |
implemented different temporary design for pagetools on the left (class='version02' instead of 01)
Diffstat (limited to 'main.php')
-rwxr-xr-x | main.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -132,7 +132,7 @@ $showTools = !tpl_getConf('hideTools') || ( tpl_getConf('hideTools') && $_SERVER <!-- PAGE ACTIONS --> <?php if ($showTools): ?> - <div id="dokuwiki__pagetools"> + <div id="dokuwiki__pagetools" class="version01"> <h3 class="a11y"><?php echo tpl_getLang('page_tools') ?></h3> <div class="tools"> <ul> |