svn: /web/php/trunk/include/ header.inc layout.inc

[email protected] (Hannes Magnusson)
Newsgroups php.webmaster
Message-ID <[email protected]>
bjori                                    Sun, 02 Jan 2011 12:03:57 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=306979

Log:
Parent menu items are no longer links, remove boguf filename reference from the
href

Changed paths:
    U   web/php/trunk/include/header.inc
    U   web/php/trunk/include/layout.inc

Modified: web/php/trunk/include/header.inc
===================================================================
--- web/php/trunk/include/header.inc	2011-01-02 11:43:31 UTC (rev 306978)
+++ web/php/trunk/include/header.inc	2011-01-02 12:03:57 UTC (rev 306979)
@@ -72,15 +72,15 @@
     <a href="/downloads.php" class="menu-link">Downloads</a>
   </li>
   <li class="parent <?php echo $curr == "docs" ? "current" : ""?>">
-    <a href="/docs.php" class="menu-link">Documentation</a>
-    <div class="children"><div class="children-1"><div class="children-2">
+    <a href="#docs" class="menu-link">Documentation</a>
+    <div class="children" id="docs"><div class="children-1"><div class="children-2">
         <?php doc_toc($lang); ?>
         <br style="clear: both;" />
     </div></div></div>
   </li>
   <li class="parent <?php echo $curr == "community" ? "current" : ""?>">
-    <a href="/community.php" class="menu-link">Community</a>
-    <div class="children"><div class="children-1"><div class="children-2">
+    <a href="#community" class="menu-link">Community</a>
+    <div class="children" id="community"><div class="children-1"><div class="children-2">
     <?php news_toc(array('news')) ?>
     <?php news_toc(array('conferences', 'papers')) ?>
     <dl>
@@ -112,8 +112,8 @@
     </div></div></div>
   </li>
   <li class="parent <?php echo $curr == "help" ? "current" : ""?>">
-    <a href="/support.php" class="menu-link">Help</a>
-    <div class="children"><div class="children-1"><div class="children-2">
+    <a href="#support" class="menu-link">Help</a>
+    <div class="children" id="support"><div class="children-1"><div class="children-2">
     <dl>
       <dt><a href="#">Navigation tips</a></dt>
         <dd><a href="/sidebars.php">Search sidebars</a></dd>

Modified: web/php/trunk/include/layout.inc
===================================================================
--- web/php/trunk/include/layout.inc	2011-01-02 11:43:31 UTC (rev 306978)
+++ web/php/trunk/include/layout.inc	2011-01-02 12:03:57 UTC (rev 306979)
@@ -892,6 +892,7 @@
     doc_toc_title($lang, $TOC, "faq", "li");
     doc_toc_title($lang, $TOC, "appendices", "li");
     echo "<li><a href='/quickref.php'>Quick function reference</a></li>\n";
+    echo "<li><a href='/docs.php'>Translations</a></li>\n";
     echo "<li><a href='/download-docs.php'>Documentation downloads</a></li>\n";
     echo "</ul>\n";
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.