diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2014-01-17 19:07:56 -0800 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2014-01-17 19:07:56 -0800 |
commit | 059880debfff8f50b2f5715a26840e450d80d1aa (patch) | |
tree | 5aecb3dcba1f19ee41c90b90c87049a163f290d3 /phpBB/docs | |
parent | ce8b8593e0e742be8ce89a8c90dfad5431ceb059 (diff) | |
parent | a59bbeed2dd82b316f1e2f9ad484b978ef2a541c (diff) | |
download | forums-059880debfff8f50b2f5715a26840e450d80d1aa.tar forums-059880debfff8f50b2f5715a26840e450d80d1aa.tar.gz forums-059880debfff8f50b2f5715a26840e450d80d1aa.tar.bz2 forums-059880debfff8f50b2f5715a26840e450d80d1aa.tar.xz forums-059880debfff8f50b2f5715a26840e450d80d1aa.zip |
Merge pull request #1809 from VSEphpbb/ticket/11966
[ticket/11966] Add header navigation template events to Subsilver2
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/events.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index f1df662f76..2d5f6cc990 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -211,6 +211,7 @@ overall_header_navigation_append === * Locations: + styles/prosilver/template/overall_header.html + + styles/subsilver2/template/overall_header.html * Since: 3.1.0-a1 * Purpose: Add links after the navigation links in the header @@ -218,6 +219,7 @@ overall_header_navigation_prepend === * Locations: + styles/prosilver/template/overall_header.html + + styles/subsilver2/template/overall_header.html * Since: 3.1.0-a1 * Purpose: Add links before the navigation links in the header |