Update of /cvsroot/phpslash/phpslash-skins/include/templates/en/ShankZen
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7863/phpslash-skins/include/templates/en/ShankZen
Added Files:
storyRelated.tpl
Log Message:
add storyRelated.tpl
--- NEW FILE: storyRelated.tpl ---
<!-- Start storyRelated.tpl -->
<div id="storyRelated">
<a href="{PHP_SELF}?story_id={STORY_ID}&skin=basic&css=basic_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 -->
<p>{LINK}</p>
<!-- END row -->
<a href="{ROOTDIR}/search.php?topic_id={TOPIC_ID}">More <span class="more">{TOPIC_NAME}</span> Articles</a><br />
<a href="{ROOTDIR}/search.php?author_id={AUTHOR_ID}">More by <span class="more">{AUTHOR_NAME}</span></a>
</div> <!-- id="storyRelated" -->
<!-- End storyRelated.tpl -->
|