diff options
author | Michael Cullum <unknownbliss@phpbbdevelopers.net> | 2012-07-26 14:16:40 +0100 |
---|---|---|
committer | David King <imkingdavid@gmail.com> | 2012-12-17 11:37:34 -0500 |
commit | c527403ef7464d3c322d0ecab57c63311b6a6293 (patch) | |
tree | e36183407a3148a5ca60ad56d964f7e25f9801b7 /phpBB/styles | |
parent | a6122228ebae0042e8960349cdeb7b9679517bb0 (diff) | |
download | forums-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.html | 2 |
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 --> |