svn: /web/php/trunk/include/ header.inc
[email protected] (Paul Dragoonis)
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <[email protected]> |
dragoonis Sun, 09 Jan 2011 02:32:15 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=307292
Log:
Removed the windows section from the homepage megadropdown as we have dedicated windows links for the 5.3 and 5.2 releases
Changed paths:
U web/php/trunk/include/header.inc
Modified: web/php/trunk/include/header.inc
===================================================================
--- web/php/trunk/include/header.inc 2011-01-09 02:16:29 UTC (rev 307291)
+++ web/php/trunk/include/header.inc 2011-01-09 02:32:15 UTC (rev 307292)
@@ -125,11 +125,6 @@
<!-- (size) should go here, but it's not in version.inc at present -->
</li>
<?php endforeach; ?>
-
- <li class="windows">
- <a href="http://windows.php.net/" title="Windows downloads">Windows downloads</a>
- <a href="http://windows.php.net/" title="http://windows.php.net/">http://windows.php.net/</a>
- </li>
</ul>
<?php endif; ?>
</div>