[Xfce4-commits] <wiki:master> Media manager links in right-floating-toolbox and in the footer
Mike Massonnet
noreply at xfce.org
Thu Jan 10 18:36:03 CET 2013
Updating branch refs/heads/master
to 04f7f3a3f5bcd4a98194aa9f164922fbc2768650 (commit)
from 1fff87b3497f0d24c5644e42679a5b3e07fcc351 (commit)
commit 04f7f3a3f5bcd4a98194aa9f164922fbc2768650
Author: Mike Massonnet <mmassonnet at xfce.org>
Date: Thu Jan 10 18:34:56 2013 +0100
Media manager links in right-floating-toolbox and in the footer
lib/tpl/xfce/main.php | 1 +
lib/tpl/xfce/tpl_footer.php | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/lib/tpl/xfce/main.php b/lib/tpl/xfce/main.php
index 38bcd4e..3721d31 100644
--- a/lib/tpl/xfce/main.php
+++ b/lib/tpl/xfce/main.php
@@ -91,6 +91,7 @@ else {
tpl_action('revisions', 1, 'li', 0, '<span>', '</span>');
tpl_action('backlink', 1, 'li', 0, '<span>', '</span>');
tpl_action('subscribe', 1, 'li', 0, '<span>', '</span>');
+ tpl_action('media', 1, 'li', 0, '<span>', '</span>');
tpl_action('top', 1, 'li', 0, '<span>', '</span>');
?>
</ul>
diff --git a/lib/tpl/xfce/tpl_footer.php b/lib/tpl/xfce/tpl_footer.php
index 338921c..35a80a4 100644
--- a/lib/tpl/xfce/tpl_footer.php
+++ b/lib/tpl/xfce/tpl_footer.php
@@ -17,6 +17,7 @@ if (!defined('DOKU_INC')) die();
<?php tpl_button('recent')?>
<?php tpl_button('index')?>
<?php tpl_button('revert')?>
+ <?php tpl_button('media')?>
</div>
<div class="bar-right">
<?php tpl_button('subscribe')?>
More information about the Xfce4-commits
mailing list