From 58f315b5e6e8fdaea25bd5a4d8a6d8073f07e03e Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Thu, 5 Feb 2004 14:43:23 +0000 Subject: Display active topic output for subfora if appropriate ... a little kludgy but works git-svn-id: file:///svn/phpbb/trunk@4802 89ea8834-ac86-4346-8a33-228a782c2dd0 --- .../styles/subSilver/template/viewforum_body.html | 69 ++++++++++++++++++++++ 1 file changed, 69 insertions(+) (limited to 'phpBB/styles') diff --git a/phpBB/styles/subSilver/template/viewforum_body.html b/phpBB/styles/subSilver/template/viewforum_body.html index 4c81b55ef2..63d896c1d5 100644 --- a/phpBB/styles/subSilver/template/viewforum_body.html +++ b/phpBB/styles/subSilver/template/viewforum_body.html @@ -14,6 +14,75 @@
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Active Topics
 {L_TOPICS}  {L_TOPICS}  {L_AUTHOR}  {L_REPLIES}  {L_VIEWS}  {L_LAST_POST} 
{topicrow.TOPIC_FOLDER_IMG}{topicrow.TOPIC_ICON_IMG} + + {UNAPPROVED_IMG}  + + + {REPORTED_IMG}  + +

{topicrow.NEWEST_POST_IMG} {topicrow.ATTACH_ICON_IMG} {topicrow.TOPIC_TITLE}

{topicrow.GOTO_PAGE}

{topicrow.TOPIC_AUTHOR}

{topicrow.REPLIES}

{topicrow.VIEWS}

+

{topicrow.LAST_POST_TIME}

+

+ + {topicrow.LAST_POST_AUTHOR} + + {topicrow.LAST_POST_AUTHOR} + + {topicrow.LAST_POST_IMG} +

+
{L_NO_TOPICS}{L_NO_TOPICS}
 
+ +
+ + + -- cgit v1.2.1