diff options
author | Andreas Gohr <andi@splitbrain.org> | 2006-02-26 18:23:32 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2006-02-26 18:23:32 +0100 |
commit | 24a33b42ae28709c5ef59638ddd1189329d176db (patch) | |
tree | 829c46cbd54f70f659e060f1434b20c76642714f /lib/tpl/default/main.php | |
parent | 10dc665f3da01cbf84d09714a4681a1317eb3ea0 (diff) | |
download | rpg-24a33b42ae28709c5ef59638ddd1189329d176db.tar.gz rpg-24a33b42ae28709c5ef59638ddd1189329d176db.tar.bz2 |
changed IDs to avoid name clashes
darcs-hash:20060226172332-7ad00-f073117ba2f027935f87cf23106bf6a4316a5790.gz
Diffstat (limited to 'lib/tpl/default/main.php')
-rw-r--r-- | lib/tpl/default/main.php | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/lib/tpl/default/main.php b/lib/tpl/default/main.php index 1f4940327..9e1a4681d 100644 --- a/lib/tpl/default/main.php +++ b/lib/tpl/default/main.php @@ -42,16 +42,16 @@ <?php tpl_link(wl(),$conf['title'],'name="top" accesskey="h" title="[ALT+H]"')?> </div> </div> - + <?php /*old includehook*/ @include(dirname(__FILE__).'/header.html')?> - <div class="bar" id="bar_top"> - <div class="bar-left" id="bar_topleft"> + <div class="bar" id="bar__top"> + <div class="bar-left" id="bar__topleft"> <?php tpl_button('edit')?> <?php tpl_button('history')?> </div> - - <div class="bar-right" id="bar_topright"> + + <div class="bar-right" id="bar__topright"> <?php tpl_button('recent')?> <?php tpl_searchform()?> </div> @@ -98,15 +98,15 @@ <?php /*old includehook*/ @include(dirname(__FILE__).'/pagefooter.html')?> - <div class="bar" id="bar_bottom"> - <div class="bar-left" id="bar_bottomleft"> + <div class="bar" id="bar__bottom"> + <div class="bar-left" id="bar__bottomleft"> <?php tpl_button('edit')?> <?php tpl_button('history')?> </div> - <div class="bar-right" id="bar_bottomright"> + <div class="bar-right" id="bar__bottomright"> <?php tpl_button('subscription')?> <?php tpl_button('admin')?> - <?php tpl_button('profile')?> + <?php tpl_button('profile')?> <?php tpl_button('login')?> <?php tpl_button('index')?> <?php tpl_button('top')?> |