aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorMichael Cullum <unknownbliss@phpbbdevelopers.net>2012-07-26 14:16:40 +0100
committerDavid King <imkingdavid@gmail.com>2012-12-17 11:37:34 -0500
commitc527403ef7464d3c322d0ecab57c63311b6a6293 (patch)
treee36183407a3148a5ca60ad56d964f7e25f9801b7 /phpBB/styles
parenta6122228ebae0042e8960349cdeb7b9679517bb0 (diff)
downloadforums-c527403ef7464d3c322d0ecab57c63311b6a6293.tar
forums-c527403ef7464d3c322d0ecab57c63311b6a6293.tar.gz
forums-c527403ef7464d3c322d0ecab57c63311b6a6293.tar.bz2
forums-c527403ef7464d3c322d0ecab57c63311b6a6293.tar.xz
forums-c527403ef7464d3c322d0ecab57c63311b6a6293.zip
[feature/events] Add location (prepend) to event name
PHPBB3-9550
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/template/overall_header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html
index a6a6c59b60..9ea654b043 100644
--- a/phpBB/styles/prosilver/template/overall_header.html
+++ b/phpBB/styles/prosilver/template/overall_header.html
@@ -149,7 +149,7 @@
<!-- ENDIF -->
<ul class="linklist rightside">
- <!-- EVENT overall_header_nav -->
+ <!-- EVENT overall_header_nav_prepend -->
<li class="icon-faq"><a href="{U_FAQ}" title="{L_FAQ_EXPLAIN}">{L_FAQ}</a></li>
<!-- IF not S_IS_BOT -->
<!-- IF S_DISPLAY_MEMBERLIST --><li class="icon-members"><a href="{U_MEMBERLIST}" title="{L_MEMBERLIST_EXPLAIN}">{L_MEMBERLIST}</a></li><!-- ENDIF -->