diff options
author | imkingdavid <imkingdavid@gmail.com> | 2014-05-12 16:32:09 +0000 |
---|---|---|
committer | Dhruv <dhruv.goel92@gmail.com> | 2014-06-23 19:56:34 +0530 |
commit | 99e9f198b0db603b5a65aa5025d4795d3ca15df8 (patch) | |
tree | 24892c94333672cb9c4fc71a5146dc348fb5f592 /phpBB/docs | |
parent | 3113963cb6a3e75a0d9d52fe1af7aa44c13e9b13 (diff) | |
download | forums-99e9f198b0db603b5a65aa5025d4795d3ca15df8.tar forums-99e9f198b0db603b5a65aa5025d4795d3ca15df8.tar.gz forums-99e9f198b0db603b5a65aa5025d4795d3ca15df8.tar.bz2 forums-99e9f198b0db603b5a65aa5025d4795d3ca15df8.tar.xz forums-99e9f198b0db603b5a65aa5025d4795d3ca15df8.zip |
[ticket/12532] Add navbar_header_logged_out_content event
PHPBB3-12532
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/events.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index bd148ffff2..678a13104f 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -351,6 +351,13 @@ navbar_header_username_append * Since: 3.1.0-b4 * Purpose: Add text and HTMl after the username shown in the navbar. +navbar_header_logged_out_content +=== +* Locations: + + styles/prosilver/template/navbar_header.html +* Since: 3.1.0-b4 +* Purpose: Add text and HTML in place of the username when not logged in. + navbar_header_username_prepend === * Locations: |