diff options
author | Matthias Schulte <post@lupo49.de> | 2011-09-11 13:11:30 +0200 |
---|---|---|
committer | Matthias Schulte <post@lupo49.de> | 2011-09-11 13:11:30 +0200 |
commit | 1614eb9180008daaf518e6271b82222219efc008 (patch) | |
tree | bd9b3138f288fbc6786f3b28c7f3d438bf79c36f /lib/tpl/default/main.php | |
parent | e2b5ad84f88d0bd1fe510fa74673cc7557c6e630 (diff) | |
parent | 29d511bfa507384ae0872f75fb54acb44b1e915e (diff) | |
download | rpg-1614eb9180008daaf518e6271b82222219efc008.tar.gz rpg-1614eb9180008daaf518e6271b82222219efc008.tar.bz2 |
Merge branch 'master' of http://github.com/splitbrain/dokuwiki
Diffstat (limited to 'lib/tpl/default/main.php')
-rw-r--r-- | lib/tpl/default/main.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tpl/default/main.php b/lib/tpl/default/main.php index 26e84fde6..3e85c58f2 100644 --- a/lib/tpl/default/main.php +++ b/lib/tpl/default/main.php @@ -116,6 +116,7 @@ if (!defined('DOKU_INC')) die(); </div> <div class="bar-right" id="bar__bottomright"> <?php tpl_button('subscribe')?> + <?php tpl_button('media')?> <?php tpl_button('admin')?> <?php tpl_button('profile')?> <?php tpl_button('login')?> |