[CS-Project-svn_notify] SF.net SVN: cs-project: [774] trunk
Brought to you by:
crazedsanity
From: <cra...@us...> - 2008-02-04 20:14:58
|
Revision: 774 http://cs-project.svn.sourceforge.net/cs-project/?rev=774&view=rev Author: crazedsanity Date: 2008-02-04 12:14:52 -0800 (Mon, 04 Feb 2008) Log Message: ----------- Add hitstracker image to main page (eventually, it should show info about upgrading). Modified Paths: -------------- trunk/includes/login.inc trunk/templates/login.content.tmpl Modified: trunk/includes/login.inc =================================================================== --- trunk/includes/login.inc 2008-02-01 07:46:26 UTC (rev 773) +++ trunk/includes/login.inc 2008-02-04 20:14:52 UTC (rev 774) @@ -15,6 +15,8 @@ $db->connect(get_config_db_params()); $page->db = &$db; +$page->add_template_var('cs-project_version', VERSION_STRING); + if(isset($_GET['loginDestination']) && strlen($_GET['loginDestination'])) { $_SESSION['loginDestination'] = $_GET['loginDestination']; } Modified: trunk/templates/login.content.tmpl =================================================================== --- trunk/templates/login.content.tmpl 2008-02-01 07:46:26 UTC (rev 773) +++ trunk/templates/login.content.tmpl 2008-02-04 20:14:52 UTC (rev 774) @@ -57,6 +57,13 @@ </ul> </td> </tr> + + <tr> + <td align="center"> + <div>Brought to you by:</div> + <img src="http://www.crazedsanity.com/php-bin/hitsTracker.php?data=_version:{cs-project_version}/_name:{PROJ_NAME}/_image:isUpdateable" border="0"> + </td> + </tr> </table> </center> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |