[Openfirst-cvscommit] SF.net SVN: openfirst: [217] trunk/src/config/version.php
Brought to you by:
xtimg
From: <ast...@us...> - 2007-03-25 21:29:22
|
Revision: 217 http://svn.sourceforge.net/openfirst/?rev=217&view=rev Author: astronouth7303 Date: 2007-03-25 14:29:23 -0700 (Sun, 25 Mar 2007) Log Message: ----------- Fixed variable names Modified Paths: -------------- trunk/src/config/version.php Modified: trunk/src/config/version.php =================================================================== --- trunk/src/config/version.php 2007-03-25 19:48:36 UTC (rev 216) +++ trunk/src/config/version.php 2007-03-25 21:29:23 UTC (rev 217) @@ -78,7 +78,7 @@ <h1>Version Information</h1> -<p>The version as displayed on your pages is <?php echo htmlentities("$Title $Version"); ?></p> +<p>The version as displayed on your pages is <?php echo htmlentities("$ogSiteTitle $ogVersion"); ?></p> <!--p class="warning">This page is broken, and will remain so until the server-side module manager is written</p--> @@ -109,4 +109,4 @@ <?php include($ogFooter); -?> \ No newline at end of file +?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |