[Xfce4-commits] <wiki:master> Added a default xfce-header.html without any active link

Mike Massonnet noreply at xfce.org
Thu Jan 10 18:36:01 CET 2013


Updating branch refs/heads/master
         to 81eb193c014b8e51b2093094f35a401e3b22f2c1 (commit)
       from a4ccfe5944053e4ebd6f33f9fad488f6f0c58b99 (commit)

commit 81eb193c014b8e51b2093094f35a401e3b22f2c1
Author: Mike Massonnet <mmassonnet at xfce.org>
Date:   Thu Jan 10 18:28:10 2013 +0100

    Added a default xfce-header.html without any active link

 lib/tpl/xfce/main.php                              |    3 +++
 ...-header-docs-xfce-org.html => xfce-header.html} |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/lib/tpl/xfce/main.php b/lib/tpl/xfce/main.php
index 36e13f2..38bcd4e 100644
--- a/lib/tpl/xfce/main.php
+++ b/lib/tpl/xfce/main.php
@@ -34,6 +34,9 @@ if (strstr(DOKU_URL, "wiki.xfce.org")) {
 else if (strstr(DOKU_URL, "docs.xfce.org")) {
     tpl_includeFile('xfce-header-docs-xfce-org.html');
 }
+else {
+    tpl_includeFile('xfce-header.html');
+}
 ?>
 
     <!--[if lte IE 7 ]><div id="IE7"><![endif]--><!--[if IE 8 ]><div id="IE8"><![endif]-->
diff --git a/lib/tpl/xfce/xfce-header-docs-xfce-org.html b/lib/tpl/xfce/xfce-header.html
similarity index 96%
copy from lib/tpl/xfce/xfce-header-docs-xfce-org.html
copy to lib/tpl/xfce/xfce-header.html
index b41911e..88c3e64 100644
--- a/lib/tpl/xfce/xfce-header-docs-xfce-org.html
+++ b/lib/tpl/xfce/xfce-header.html
@@ -5,7 +5,7 @@
      
     <ul>
       <li><a href="http://www.xfce.org" title="Go to the homepage">Home</a></li>
-      <li><a href="http://docs.xfce.org" title="Official documentation" class="active">Docs</a></li>
+      <li><a href="http://docs.xfce.org" title="Official documentation">Docs</a></li>
       <li><a href="http://archive.xfce.org" title="Download location of tarballs">Archive</a></li>
       <li><a href="http://wiki.xfce.org" title="Community documentation">Wiki</a></li>
       <li><a href="http://forum.xfce.org" title="Community forums">Forum</a></li>


More information about the Xfce4-commits mailing list