diff options
author | Andreas Gohr <andi@splitbrain.org> | 2005-08-06 23:20:00 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2005-08-06 23:20:00 +0200 |
commit | 1380fc452d56dd6f48ddbfa3a6b0e69edd043b04 (patch) | |
tree | 0654df1e2d7a86be45be1ced2624e73e1a4e565a /lib | |
parent | b158d625b53833ef391800a991ad93d965d9425e (diff) | |
download | rpg-1380fc452d56dd6f48ddbfa3a6b0e69edd043b04.tar.gz rpg-1380fc452d56dd6f48ddbfa3a6b0e69edd043b04.tar.bz2 |
changes to the page subscription feature
darcs-hash:20050806212000-7ad00-c5ab54a33289f8be0ce99443f82f0b3cf1bdbf0d.gz
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tpl/default/main.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tpl/default/main.php b/lib/tpl/default/main.php index fe1188efb..3a3a3b5aa 100644 --- a/lib/tpl/default/main.php +++ b/lib/tpl/default/main.php @@ -114,9 +114,9 @@ <?php tpl_button('history')?> </div> <div class="bar-right" id="bar_bottomright"> + <?php tpl_button('subscription')?> <?php tpl_button('admin')?> <?php tpl_button('login')?> - <?php tpl_button('track')?> <?php tpl_button('index')?> <?php tpl_button('top')?> </div> |