Update of /cvsroot/phpslash/phpslash-dev/include/templates/en/basic
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9233/sandbox/phpslash-dev/include/templates/en/basic
Modified Files:
storyRelated.tpl
Log Message:
printer friendly link
Index: storyRelated.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/include/templates/en/basic/storyRelated.tpl,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** storyRelated.tpl 12 Mar 2003 16:12:53 -0000 1.1.1.1
--- storyRelated.tpl 18 Oct 2004 23:30:30 -0000 1.2
***************
*** 1,5 ****
<!-- Start storyRelated.tpl -->
<div id="storyRelated">
! <a href="{PHP_SELF}?story_id={STORY_ID}&submit=print">Printer Friendly Version</a><br />
<a href="{PHP_SELF}?story_id={STORY_ID}&submit=email">Email this story to a Friend</a><br />
<!-- BEGIN row -->
--- 1,5 ----
<!-- Start storyRelated.tpl -->
<div id="storyRelated">
! <a href="{PHP_SELF}?story_id={STORY_ID}&css={SKIN}_print">Printer Friendly Version</a><br />
<a href="{PHP_SELF}?story_id={STORY_ID}&submit=email">Email this story to a Friend</a><br />
<!-- BEGIN row -->
|