aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2015-04-09 11:04:25 -0700
committerMatt Friedman <maf675@gmail.com>2015-04-09 11:04:25 -0700
commit96339b7c866f0147befdf69abfe2d024e56c3a46 (patch)
treef259dad82ee4bc05c5b312179602239f824648da /phpBB/styles
parent5fc92a03b2ed8e8aa8059f028e4d9527932259b9 (diff)
downloadforums-96339b7c866f0147befdf69abfe2d024e56c3a46.tar
forums-96339b7c866f0147befdf69abfe2d024e56c3a46.tar.gz
forums-96339b7c866f0147befdf69abfe2d024e56c3a46.tar.bz2
forums-96339b7c866f0147befdf69abfe2d024e56c3a46.tar.xz
forums-96339b7c866f0147befdf69abfe2d024e56c3a46.zip
[ticket/13753] Add template events to forum category row headers
PHPBB3-13753
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/template/forumlist_body.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/forumlist_body.html b/phpBB/styles/prosilver/template/forumlist_body.html
index f2e03630ff..f8d6e36c8c 100644
--- a/phpBB/styles/prosilver/template/forumlist_body.html
+++ b/phpBB/styles/prosilver/template/forumlist_body.html
@@ -13,12 +13,14 @@
<div class="inner">
<ul class="topiclist">
<li class="header">
+ <!-- EVENT forumlist_body_category_header_row_prepend -->
<dl class="icon">
<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>
<dd class="lastpost"><span>{L_LAST_POST}</span></dd>
</dl>
+ <!-- EVENT forumlist_body_category_header_row_append -->
</li>
</ul>
<ul class="topiclist forums">