You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2015/02/02 07:11:22 UTC

svn commit: r1656389 - /directory/site/trunk/templates/header.html

Author: elecharny
Date: Mon Feb  2 06:11:22 2015
New Revision: 1656389

URL: http://svn.apache.org/r1656389
Log:
Used shortest project name in the header

Modified:
    directory/site/trunk/templates/header.html

Modified: directory/site/trunk/templates/header.html
URL: http://svn.apache.org/viewvc/directory/site/trunk/templates/header.html?rev=1656389&r1=1656388&r2=1656389&view=diff
==============================================================================
--- directory/site/trunk/templates/header.html (original)
+++ directory/site/trunk/templates/header.html Mon Feb  2 06:11:22 2015
@@ -38,7 +38,7 @@
                 <div id="subProjectsNavBar">
                     <a href="{{base}}">
                         {% if isDirSite %}
-                        <STRONG>Apache Directory Project</STRONG>
+                        <STRONG>Main</STRONG>
                         {% else %}
                         Apache Directory Project
                         {% endif %}
@@ -54,7 +54,7 @@
                     &nbsp;|&nbsp;
                     <a href="{{base}}studio">
                         {% if isDirStudio %}
-                        <STRONG>Apache Directory Studio</STRONG>
+                        <STRONG>Studio</STRONG>
                         {% else %}
                         Apache Directory Studio
                         {% endif %}
@@ -62,7 +62,7 @@
                     &nbsp;|&nbsp;
                     <a href="{{base}}api">
                         {% if isDirAPI %}
-                        <STRONG>Apache LDAP API</STRONG>
+                        <STRONG>LDAP API</STRONG>
                         {% else %}
                         Apache LDAP API
                         {% endif %}