|
From: <ai...@us...> - 2008-09-24 16:01:26
|
Revision: 8814
http://plplot.svn.sourceforge.net/plplot/?rev=8814&view=rev
Author: airwin
Date: 2008-09-24 15:57:02 +0000 (Wed, 24 Sep 2008)
Log Message:
-----------
Drop "Homepage" from top bar.
Modified Paths:
--------------
trunk/www/corefunctions.php
Modified: trunk/www/corefunctions.php
===================================================================
--- trunk/www/corefunctions.php 2008-09-24 15:52:42 UTC (rev 8813)
+++ trunk/www/corefunctions.php 2008-09-24 15:57:02 UTC (rev 8814)
@@ -34,7 +34,7 @@
function pageMenu($item)#
{
echo " <div id=\"pageheader\">\n";
- echo " <h1>PLplot Homepage</h1>\n";
+ echo " <h1>PLplot</h1>\n";
echo " <h2>The ultimate cross-platform plotting library</h2>\n";
echo " </div>\n";
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|