[Cpan-forum-commit] rev 320 - in trunk: . templates
svn at pti.co.il
svn at pti.co.il
Sun Aug 5 07:12:54 EEST 2007
Author: gabor
Date: 2007-08-05 07:12:54 +0300 (Sun, 05 Aug 2007)
New Revision: 320
Modified:
trunk/
trunk/templates/tags.tmpl
trunk/templates/users.tmpl
Log:
more links to the personal tags pages
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 7bc34947-122d-0410-bc5a-f898d2bb5f81:/local/cpan-forum:4380
8c4c90e1-83eb-0310-96eb-e7cb62807872:/local/cpan-forum:12752
+ 7bc34947-122d-0410-bc5a-f898d2bb5f81:/local/cpan-forum:4381
8c4c90e1-83eb-0310-96eb-e7cb62807872:/local/cpan-forum:12752
Modified: trunk/templates/tags.tmpl
===================================================================
--- trunk/templates/tags.tmpl 2007-08-05 04:12:42 UTC (rev 319)
+++ trunk/templates/tags.tmpl 2007-08-05 04:12:54 UTC (rev 320)
@@ -1,5 +1,5 @@
<TMPL_INCLUDE NAME="head.tmpl">
-<p id="pageTitle"><b>Tags</b></p>
+<p id="pageTitle"><b>Tags<TMPL_IF user_name> by <TMPL_VAR user_name> </TMPL_IF></b></p>
<TMPL_INCLUDE NAME="navigation.tmpl">
<TMPL_IF user_name>
Modified: trunk/templates/users.tmpl
===================================================================
--- trunk/templates/users.tmpl 2007-08-05 04:12:42 UTC (rev 319)
+++ trunk/templates/users.tmpl 2007-08-05 04:12:54 UTC (rev 320)
@@ -7,6 +7,9 @@
<TMPL_IF admin><a href="/admin_edit_user/<TMPL_VAR this_username>">EDIT</TMPL_IF>
<TMPL_INCLUDE NAME="navigation.tmpl">
+<p>
+Tags by <a href="/tags/user/<TMPL_VAR this_username>"><TMPL_VAR this_username></a>
+</p>
<TMPL_INCLUDE NAME="listing.tmpl">
More information about the Cpan-forum-commit
mailing list