[Cpan-forum-commit] rev 85 - trunk/templates

svn at pti.co.il svn at pti.co.il
Sat Feb 5 22:08:50 IST 2005


Author: gabor
Date: 2005-02-05 22:08:49 +0200 (Sat, 05 Feb 2005)
New Revision: 85

Modified:
   trunk/templates/search.tmpl
Log:
link to user page from search result page

Modified: trunk/templates/search.tmpl
===================================================================
--- trunk/templates/search.tmpl	2005-02-05 20:04:11 UTC (rev 84)
+++ trunk/templates/search.tmpl	2005-02-05 20:08:49 UTC (rev 85)
@@ -10,7 +10,7 @@
 </TMPL_LOOP>
 
 <TMPL_LOOP users>
-  <TMPL_VAR username><br />
+  <a href="/users/<TMPL_VAR username>"><TMPL_VAR username></a><br />
 </TMPL_LOOP>
 
 <TMPL_INCLUDE NAME="listing.tmpl">



More information about the Cpan-forum-commit mailing list