|
From: <ai...@us...> - 2008-09-20 17:17:44
|
Revision: 8786
http://plplot.svn.sourceforge.net/plplot/?rev=8786&view=rev
Author: airwin
Date: 2008-09-20 17:17:24 +0000 (Sat, 20 Sep 2008)
Log Message:
-----------
index_new.php ==> index.php
Modified Paths:
--------------
trunk/www/corefunctions.php
Modified: trunk/www/corefunctions.php
===================================================================
--- trunk/www/corefunctions.php 2008-09-20 17:11:40 UTC (rev 8785)
+++ trunk/www/corefunctions.php 2008-09-20 17:17:24 UTC (rev 8786)
@@ -40,7 +40,7 @@
echo ' <div id="menubar">';
echo ' <ul>';
- echo ' <li><a href="index_new.php" ' . (($item=='index') ? ('id="selected"') : ('')) .'>Home</a></li>';
+ echo ' <li><a href="index.php" ' . (($item=='index') ? ('id="selected"') : ('')) .'>Home</a></li>';
echo ' <li><a href="download.php" ' . (($item=='download') ? ('id="selected"') : ('')) .'>Download</a></li>';
echo ' <li><a href="examples.php" ' . (($item=='examples') ? ('id="selected"') : ('')) .'>Examples</a></li>';
echo ' <li><a href="documentation.php" ' . (($item=='documentation') ? ('id="selected"') : ('')) .'>Documentation</a></li>';
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|