[Xfce4-commits] <archive:master> Add MirrorBrain credits image.

Nick Schermer noreply at xfce.org
Sun Nov 13 15:02:01 CET 2011


Updating branch refs/heads/master
         to 66e6ecc1ff2736b8ceeb02f636ed73a65889709a (commit)
       from d3282f858bbafd0605682b4cbc20ced0474df436 (commit)

commit 66e6ecc1ff2736b8ceeb02f636ed73a65889709a
Author: Nick Schermer <nick at xfce.org>
Date:   Sun Nov 13 15:00:36 2011 +0100

    Add MirrorBrain credits image.

 fancyindex/views/index.haml |    5 ++---
 mb_footer.html              |    4 +---
 public/mb.png               |  Bin 0 -> 4421 bytes
 3 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/fancyindex/views/index.haml b/fancyindex/views/index.haml
index 20208ac..1690bfd 100644
--- a/fancyindex/views/index.haml
+++ b/fancyindex/views/index.haml
@@ -66,7 +66,6 @@
               - if href
                 %a{:href => href} Details
       %hr
-      %div{:id => 'mirrorbrain-footer'}
-        Xfce download archive, powered by
-        %a{:href => 'http://mirrorbrain.org'} MirrorBrain
+      %a{:href => 'http://mirrorbrain.org', :title => 'Powered by MirrorBrain'}
+        %img{:src => '/public/mb.png', :alt => 'MirrorBrain', :border => 0}
 
diff --git a/mb_footer.html b/mb_footer.html
index f258578..49ec239 100644
--- a/mb_footer.html
+++ b/mb_footer.html
@@ -1,6 +1,4 @@
-<div id="mirrorbrain-footer">
   <hr />
-  Xfce download archive, powered by <a href="http://mirrorbrain.org/">MirrorBrain</a>
-</div>
+  <a href="http://mirrorbrain.org/" title="Powered by MirrorBrain"><img src="/public/mb.png" alt="MirrorBrain" border="0" /></a>
 </div>
 </body></html>
diff --git a/public/mb.png b/public/mb.png
new file mode 100644
index 0000000..f1031f9
Binary files /dev/null and b/public/mb.png differ


More information about the Xfce4-commits mailing list