diff options
| author | Matt Friedman <maf675@gmail.com> | 2014-03-27 17:25:37 -0700 |
|---|---|---|
| committer | Matt Friedman <maf675@gmail.com> | 2014-03-27 17:25:37 -0700 |
| commit | c897ac5d7086d82cc1a9ba3f7637cac859c1d6b4 (patch) | |
| tree | 30dbeffd98726face0d1fddfb51ea97735e10fca /phpBB/styles/prosilver/template/ucp_main_front.html | |
| parent | f6519414b7238045dc3ebddda52cf6e0a4bc997f (diff) | |
| download | forums-c897ac5d7086d82cc1a9ba3f7637cac859c1d6b4.tar forums-c897ac5d7086d82cc1a9ba3f7637cac859c1d6b4.tar.gz forums-c897ac5d7086d82cc1a9ba3f7637cac859c1d6b4.tar.bz2 forums-c897ac5d7086d82cc1a9ba3f7637cac859c1d6b4.tar.xz forums-c897ac5d7086d82cc1a9ba3f7637cac859c1d6b4.zip | |
[ticket/12300] Rename new class for row icon links
PHPBB3-12300
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_main_front.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/ucp_main_front.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_main_front.html b/phpBB/styles/prosilver/template/ucp_main_front.html index ae3f99232d..189ad90c38 100644 --- a/phpBB/styles/prosilver/template/ucp_main_front.html +++ b/phpBB/styles/prosilver/template/ucp_main_front.html @@ -15,7 +15,7 @@ <li class="row<!-- IF topicrow.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->"> <dl class="icon {topicrow.TOPIC_IMG_STYLE}"> <dt <!-- IF topicrow.TOPIC_ICON_IMG -->style="background-image: url({T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}); background-repeat: no-repeat;"<!-- ENDIF -->> - <a href="<!-- IF topicrow.S_UNREAD_TOPIC -->{topicrow.U_NEWEST_POST}<!-- ELSE -->{topicrow.U_VIEW_TOPIC}<!-- ENDIF -->" class="topic-icon-link"></a> + <a href="<!-- IF topicrow.S_UNREAD_TOPIC -->{topicrow.U_NEWEST_POST}<!-- ELSE -->{topicrow.U_VIEW_TOPIC}<!-- ENDIF -->" class="icon-link"></a> <div class="list-inner"> <!-- IF topicrow.S_UNREAD --><a href="{topicrow.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF --><a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a><br /> <!-- IF .topicrow.pagination --> |
