diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2015-08-22 08:13:39 +0200 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2015-08-22 08:13:39 +0200 |
| commit | a959e5f4ccd045a38af74f4ff93d18f98c83ed93 (patch) | |
| tree | 0200cf36aaa5631168752b59ef432b830504fdf0 /phpBB/docs | |
| parent | 697ccd41c40cf5f9edffd73186f02b2b943a27a2 (diff) | |
| parent | 49bc477a87259137899624e44f2b06bbfecde542 (diff) | |
| download | forums-a959e5f4ccd045a38af74f4ff93d18f98c83ed93.tar forums-a959e5f4ccd045a38af74f4ff93d18f98c83ed93.tar.gz forums-a959e5f4ccd045a38af74f4ff93d18f98c83ed93.tar.bz2 forums-a959e5f4ccd045a38af74f4ff93d18f98c83ed93.tar.xz forums-a959e5f4ccd045a38af74f4ff93d18f98c83ed93.zip | |
Merge pull request #3806 from rxu/ticket/14067
[ticket/14067] Add template events to overall_header.html around feeds
Diffstat (limited to 'phpBB/docs')
| -rw-r--r-- | phpBB/docs/events.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 52abbb4081..1593181d04 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -991,6 +991,14 @@ overall_header_content_before * Since: 3.1.0-a3 * Purpose: Add content on all pages before the main content, after the header +overall_header_feeds +=== +* Locations: + + styles/prosilver/template/overall_header.html + + styles/subsilver2/template/overall_header.html +* Since: 3.1.6-RC1 +* Purpose: Add custom feeds + overall_header_head_append === * Locations: |
