diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-04-20 17:23:32 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-04-24 16:51:42 +0200 |
commit | 320a2f75789bf124a3300f91c8275aa650fd3271 (patch) | |
tree | b96d842e317694127696b7bfd5e876a9cba07f9a /phpBB/docs/events.md | |
parent | 8e4b4bc72e201d5511e5dc45fc19fae88b182a22 (diff) | |
download | forums-320a2f75789bf124a3300f91c8275aa650fd3271.tar forums-320a2f75789bf124a3300f91c8275aa650fd3271.tar.gz forums-320a2f75789bf124a3300f91c8275aa650fd3271.tar.bz2 forums-320a2f75789bf124a3300f91c8275aa650fd3271.tar.xz forums-320a2f75789bf124a3300f91c8275aa650fd3271.zip |
[ticket/12273] Fix number of = in events.md
PHPBB3-12273
Diffstat (limited to 'phpBB/docs/events.md')
-rw-r--r-- | phpBB/docs/events.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 578bad3187..2a6adcb94f 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -91,7 +91,7 @@ acp_users_signature_editor_buttons_before * Purpose: Add content before BBCode posting buttons in the ACP user signature forumlist_body_category_header_after -==== +=== * Locations: + styles/prosilver/template/forumlist_body.html + styles/subsilver2/template/forumlist_body.html @@ -99,7 +99,7 @@ forumlist_body_category_header_after * Purpose: Add content after the header of the category on the forum list. forumlist_body_category_header_before -==== +=== * Locations: + styles/prosilver/template/forumlist_body.html + styles/subsilver2/template/forumlist_body.html @@ -107,7 +107,7 @@ forumlist_body_category_header_before * Purpose: Add content before the header of the category on the forum list. forumlist_body_last_post_title_prepend -==== +=== * Locations: + styles/prosilver/template/forumlist_body.html + styles/subsilver2/template/forumlist_body.html @@ -115,7 +115,7 @@ forumlist_body_last_post_title_prepend * Purpose: Add content before the post title of the latest post in a forum on the forum list. forumlist_body_subforums_after -==== +=== * Locations: + styles/prosilver/template/forumlist_body.html + styles/subsilver2/template/forumlist_body.html @@ -123,7 +123,7 @@ forumlist_body_subforums_after * Purpose: Add content after the list of subforums (if any) for each forum on the forum list. forumlist_body_subforums_before -==== +=== * Locations: + styles/prosilver/template/forumlist_body.html + styles/subsilver2/template/forumlist_body.html @@ -131,7 +131,7 @@ forumlist_body_subforums_before * Purpose: Add content before the list of subforums (if any) for each forum on the forum list. forumlist_body_last_row_after -==== +=== * Locations: + styles/prosilver/template/forumlist_body.html + styles/subsilver2/template/forumlist_body.html |