diff options
author | Anika Henke <anika@selfthinker.org> | 2011-10-06 11:35:41 +0100 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2011-10-06 11:35:41 +0100 |
commit | 0ef918b64a54c170d4b6621a297b19de6a11749c (patch) | |
tree | 8a61401c8835e2fc820f3f62793b0d82b07f80e0 /main.php | |
parent | 5f153e6cbdbdd4632e7f0ffd57ed90c32cbcf33e (diff) | |
download | rpg-0ef918b64a54c170d4b6621a297b19de6a11749c.tar.gz rpg-0ef918b64a54c170d4b6621a297b19de6a11749c.tar.bz2 |
added missing icons (and moved revert action higher up)
Diffstat (limited to 'main.php')
-rwxr-xr-x | main.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -140,10 +140,10 @@ $showTools = !tpl_getConf('hideTools') || ( tpl_getConf('hideTools') && $_SERVER <ul> <?php tpl_action('edit', 1, 'li'); + tpl_action('revert', 1, 'li'); tpl_action('history', 1, 'li'); tpl_action('backlink', 1, 'li'); tpl_action('subscribe', 1, 'li'); - tpl_action('revert', 1, 'li'); tpl_action('top', 1, 'li'); ?> </ul> |