aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/forumlist_body.html
diff options
context:
space:
mode:
authorMichael Miday <midaym@gmail.com>2015-09-15 22:43:42 +0200
committerMichael Miday <midaym@gmail.com>2015-09-17 18:37:25 +0200
commit5988e3a192ac7ce8e647bfdf35e60304e6dd566c (patch)
tree6331f71f423c73dcadd3bf6cc52330e617ca7ace /phpBB/styles/prosilver/template/forumlist_body.html
parent956723af0ed94f79dbbeed2bcfc8617b2c73960e (diff)
downloadforums-5988e3a192ac7ce8e647bfdf35e60304e6dd566c.tar
forums-5988e3a192ac7ce8e647bfdf35e60304e6dd566c.tar.gz
forums-5988e3a192ac7ce8e647bfdf35e60304e6dd566c.tar.bz2
forums-5988e3a192ac7ce8e647bfdf35e60304e6dd566c.tar.xz
forums-5988e3a192ac7ce8e647bfdf35e60304e6dd566c.zip
[ticket/12769] Delete imageset & consolidate imgs
Diffstat (limited to 'phpBB/styles/prosilver/template/forumlist_body.html')
-rw-r--r--phpBB/styles/prosilver/template/forumlist_body.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/styles/prosilver/template/forumlist_body.html b/phpBB/styles/prosilver/template/forumlist_body.html
index f8d6e36c8c..aa5631c5de 100644
--- a/phpBB/styles/prosilver/template/forumlist_body.html
+++ b/phpBB/styles/prosilver/template/forumlist_body.html
@@ -14,7 +14,7 @@
<ul class="topiclist">
<li class="header">
<!-- EVENT forumlist_body_category_header_row_prepend -->
- <dl class="icon">
+ <dl class="row-item">
<dt><div class="list-inner"><!-- IF forumrow.S_IS_CAT --><a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a><!-- ELSE -->{L_FORUM}<!-- ENDIF --></div></dt>
<dd class="topics">{L_TOPICS}</dd>
<dd class="posts">{L_POSTS}</dd>
@@ -31,9 +31,9 @@
<!-- EVENT forumlist_body_forum_row_before -->
<li class="row">
<!-- EVENT forumlist_body_forum_row_prepend -->
- <dl class="icon {forumrow.FORUM_IMG_STYLE}">
+ <dl class="row-item {forumrow.FORUM_IMG_STYLE}">
<dt title="{forumrow.FORUM_FOLDER_IMG_ALT}">
- <!-- IF forumrow.S_UNREAD_FORUM --><a href="{forumrow.U_VIEWFORUM}" class="icon-link"></a><!-- ENDIF -->
+ <!-- IF forumrow.S_UNREAD_FORUM --><a href="{forumrow.U_VIEWFORUM}" class="row-item-link"></a><!-- ENDIF -->
<div class="list-inner">
<!-- IF S_ENABLE_FEEDS and forumrow.S_FEED_ENABLED --><!-- <a class="feed-icon-forum" title="{L_FEED} - {forumrow.FORUM_NAME}" href="{U_FEED}?f={forumrow.FORUM_ID}"><img src="{T_THEME_PATH}/images/feed.gif" alt="{L_FEED} - {forumrow.FORUM_NAME}" /></a> --><!-- ENDIF -->