[Picfinity-commit] SF.net SVN: picfinity: [28] .themes/ajax/ajax.xsl
Status: Beta
Brought to you by:
espadav8
From: <esp...@us...> - 2007-08-12 19:43:07
|
Revision: 28 http://picfinity.svn.sourceforge.net/picfinity/?rev=28&view=rev Author: espadav8 Date: 2007-08-12 12:43:08 -0700 (Sun, 12 Aug 2007) Log Message: ----------- Add href="index.php" to the title Modified Paths: -------------- .themes/ajax/ajax.xsl Modified: .themes/ajax/ajax.xsl =================================================================== --- .themes/ajax/ajax.xsl 2007-08-12 04:02:00 UTC (rev 27) +++ .themes/ajax/ajax.xsl 2007-08-12 19:43:08 UTC (rev 28) @@ -27,7 +27,7 @@ <body> <h1> - <a href="#" onclick="reloadPage();return false;"> + <a href="index.php" onclick="reloadPage();return false;"> <xsl:value-of select="$title" /> </a> </h1> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |