diff --git a/phpBB/styles/prosilver/template/search_results.html b/phpBB/styles/prosilver/template/search_results.html index 52163aeb0a..0d47e85c2e 100644 --- a/phpBB/styles/prosilver/template/search_results.html +++ b/phpBB/styles/prosilver/template/search_results.html @@ -64,8 +64,13 @@
- {NEWEST_POST_IMG} - {searchresults.TOPIC_TITLE} {searchresults.ATTACH_ICON_IMG} + + {NEWEST_POST_IMG} + {searchresults.TOPIC_TITLE} + + {searchresults.TOPIC_TITLE} + + {searchresults.ATTACH_ICON_IMG} {searchresults.UNAPPROVED_IMG} {DELETED_IMG} {REPORTED_IMG}
@@ -83,7 +88,7 @@
- {L_POST_BY_AUTHOR} {searchresults.TOPIC_AUTHOR_FULL} » {searchresults.FIRST_POST_TIME} » {L_IN} {searchresults.FORUM_TITLE} + {L_POST_BY_AUTHOR} {searchresults.TOPIC_AUTHOR_FULL} » {searchresults.FIRST_POST_TIME}{searchresults.FIRST_POST_TIME} » {L_IN} {searchresults.FORUM_TITLE} @@ -92,7 +97,7 @@
{searchresults.TOPIC_VIEWS}
{L_POST_BY_AUTHOR} {searchresults.LAST_POST_AUTHOR_FULL} - {LAST_POST_IMG}
{searchresults.LAST_POST_TIME}
+ {LAST_POST_IMG}
{searchresults.LAST_POST_TIME}
diff --git a/phpBB/styles/prosilver/template/ucp_main_bookmarks.html b/phpBB/styles/prosilver/template/ucp_main_bookmarks.html index 477b06249e..96becc42e7 100644 --- a/phpBB/styles/prosilver/template/ucp_main_bookmarks.html +++ b/phpBB/styles/prosilver/template/ucp_main_bookmarks.html @@ -37,9 +37,15 @@
style="background-image: url({T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}); background-repeat: no-repeat;" title="{topicrow.TOPIC_FOLDER_IMG_ALT}">
- {NEWEST_POST_IMG} {topicrow.TOPIC_TITLE} + + {NEWEST_POST_IMG} + {topicrow.TOPIC_TITLE} + + {topicrow.TOPIC_TITLE} + {topicrow.UNAPPROVED_IMG} - {REPORTED_IMG}
+ {REPORTED_IMG} +
{L_LAST_POST} {L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL} - {LAST_POST_IMG}
{topicrow.LAST_POST_TIME}
+ {LAST_POST_IMG}
{topicrow.LAST_POST_TIME}
diff --git a/phpBB/styles/prosilver/template/ucp_main_front.html b/phpBB/styles/prosilver/template/ucp_main_front.html index fa3291cd6c..eca224f2d9 100644 --- a/phpBB/styles/prosilver/template/ucp_main_front.html +++ b/phpBB/styles/prosilver/template/ucp_main_front.html @@ -16,7 +16,13 @@
style="background-image: url({T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}); background-repeat: no-repeat;">
- {NEWEST_POST_IMG} {topicrow.TOPIC_TITLE}
+ + {NEWEST_POST_IMG} + {topicrow.TOPIC_TITLE} + + {topicrow.TOPIC_TITLE} + +
{L_LAST_POST} {L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL} - {LAST_POST_IMG}
{topicrow.LAST_POST_TIME}
+ {LAST_POST_IMG}
{topicrow.LAST_POST_TIME}
diff --git a/phpBB/styles/prosilver/template/ucp_main_subscribed.html b/phpBB/styles/prosilver/template/ucp_main_subscribed.html index 7344a4af1a..0187f3cc3f 100755 --- a/phpBB/styles/prosilver/template/ucp_main_subscribed.html +++ b/phpBB/styles/prosilver/template/ucp_main_subscribed.html @@ -72,9 +72,15 @@
style="background-image: url({T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}); background-repeat: no-repeat;" title="{topicrow.TOPIC_FOLDER_IMG_ALT}">
- {NEWEST_POST_IMG} {topicrow.TOPIC_TITLE} + + {NEWEST_POST_IMG} + {topicrow.TOPIC_TITLE} + + {topicrow.TOPIC_TITLE} + {topicrow.UNAPPROVED_IMG} - {REPORTED_IMG}
+ {REPORTED_IMG} +
{L_LAST_POST} {L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL} - {LAST_POST_IMG}
{topicrow.LAST_POST_TIME}
+ {LAST_POST_IMG}
{topicrow.LAST_POST_TIME}
diff --git a/phpBB/styles/prosilver/template/viewforum_body.html b/phpBB/styles/prosilver/template/viewforum_body.html index 360d9ae789..a94e9ef8ba 100644 --- a/phpBB/styles/prosilver/template/viewforum_body.html +++ b/phpBB/styles/prosilver/template/viewforum_body.html @@ -145,7 +145,12 @@ style="background-image: url({T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}); background-repeat: no-repeat;" title="{topicrow.TOPIC_FOLDER_IMG_ALT}">
- {NEWEST_POST_IMG} {topicrow.TOPIC_TITLE} + + {NEWEST_POST_IMG} + {topicrow.TOPIC_TITLE} + + {topicrow.TOPIC_TITLE} + {topicrow.UNAPPROVED_IMG} {DELETED_IMG} {REPORTED_IMG}
@@ -165,12 +170,12 @@
{topicrow.ATTACH_ICON_IMG} - {L_POST_BY_AUTHOR} {topicrow.TOPIC_AUTHOR_FULL} » {topicrow.FIRST_POST_TIME} + {L_POST_BY_AUTHOR} {topicrow.TOPIC_AUTHOR_FULL} » {topicrow.FIRST_POST_TIME}{topicrow.FIRST_POST_TIME} » {L_IN} {topicrow.FORUM_NAME}
@@ -182,7 +187,7 @@
{topicrow.REPLIES} {L_REPLIES}
{topicrow.VIEWS} {L_VIEWS}
{L_LAST_POST} {L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL} - {LAST_POST_IMG}
{topicrow.LAST_POST_TIME}
+ {LAST_POST_IMG}
{topicrow.LAST_POST_TIME}