Update of /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default
In directory usw-pr-cvs1:/tmp/cvs-serv13145/phpslash-ft/public_html/templates/en/default
Modified Files:
story.tpl
Log Message:
moved also text to story.tpl
Index: story.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default/story.tpl,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** story.tpl 2000/11/29 22:28:38 1.13
--- story.tpl 2001/12/07 18:40:27 1.14
***************
*** 16,25 ****
</td>
<td align=right>
<a href="{ROOTDIR}/search.php3?topic_id={TOPIC_ID}">
<img src="{IMAGEDIR}/topics/{TOPICIMAGE}" width={TOPICWIDTH} height={TOPICHEIGHT} border=0 alt="{ALTTEXT}" hspace=0 vspace=10></a><BR>
! {ALSO_TEXT}
! <!-- BEGIN row -->
! <a href="{ROOTDIR}/search.php3?topic_id={LIST_TOPIC_ID}"">{LIST_TOPIC_NAME}</a><br>
! <!-- END row -->
</td>
</tr>
--- 16,30 ----
</td>
<td align=right>
+
<a href="{ROOTDIR}/search.php3?topic_id={TOPIC_ID}">
<img src="{IMAGEDIR}/topics/{TOPICIMAGE}" width={TOPICWIDTH} height={TOPICHEIGHT} border=0 alt="{ALTTEXT}" hspace=0 vspace=10></a><BR>
! <FONT SIZE="1" FACE="arial, helvetica">
! <!-- BEGIN alsotext -->
! ("Also filed under"):<BR>
! <!-- END alsotext -->
! <!-- BEGIN row -->
! <a href="{ROOTDIR}/search.php3?topic_id={LIST_TOPIC_ID}"">{LIST_TOPIC_NAME}</a><br>
! <!-- END row -->
! </FONT>
</td>
</tr>
|