################################################################# 
## MOD Title: Topic Started Date - EM Friendly
## MOD Author: Keyser <keyser@silkeborg1.dk> (N/A) N/A
## MOD Description: Shows the time a topic was created in forumview above authorname.
##
## MOD Version: 1.0.0 
## 
## Installation Level: 	Easy
## Installation Time: 	1 Minute using EasyMod
##
## Files To Edit: 1
##				  templates/subSilver/viewforum_body.tpl
##
## Included Files: None
################################################################# 
## Before Adding This MOD To Your Forum, You Should Back Up All
## Files Related To This MOD 
################################################################# 
##
## Revision History:
##
## v1.0.0
##  - Initial Release and Final.
##
#################################################################
#
#-----[ OPEN ]--------------------------------------------------
#
templates/subSilver/viewforum_body.tpl
#
#-----[ FIND ]----------------------------------------
#
{topicrow.TOPIC_AUTHOR}
#
#-----[ IN-LINE FIND ]----------------------------------------
#
<span
#
#-----[ IN-LINE BEFORE, ADD ]--------------------------------
#
<span class="postdetails">{topicrow.FIRST_POST_TIME}</span><br />
# 
#-----[ SAVE/CLOSE ALL FILES ]--------------------------
# 
# EoM 