diff options
author | Marc Alexander <admin@m-a-styles.de> | 2015-08-20 10:08:06 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2015-08-20 10:08:06 +0200 |
commit | 00aab15f7c4e66a60a20224f50f79f9f0730ed9e (patch) | |
tree | 9d6996b61ab60c75baddf00a11d309f6e9eab239 /phpBB/styles/subsilver2/template | |
parent | 11a0516739847c82f72a903f63e00e1ec7d43e25 (diff) | |
parent | 4bab984dace0c90ecc3a006f4a8fb0ba9d061195 (diff) | |
download | forums-00aab15f7c4e66a60a20224f50f79f9f0730ed9e.tar forums-00aab15f7c4e66a60a20224f50f79f9f0730ed9e.tar.gz forums-00aab15f7c4e66a60a20224f50f79f9f0730ed9e.tar.bz2 forums-00aab15f7c4e66a60a20224f50f79f9f0730ed9e.tar.xz forums-00aab15f7c4e66a60a20224f50f79f9f0730ed9e.zip |
Merge pull request #3769 from Zoddo/ticket/14023
[ticket/14090] Add mcp_topic_topic_title_* template events
Diffstat (limited to 'phpBB/styles/subsilver2/template')
-rw-r--r-- | phpBB/styles/subsilver2/template/mcp_topic.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/mcp_topic.html b/phpBB/styles/subsilver2/template/mcp_topic.html index cba473147e..25c8181ddc 100644 --- a/phpBB/styles/subsilver2/template/mcp_topic.html +++ b/phpBB/styles/subsilver2/template/mcp_topic.html @@ -61,7 +61,7 @@ <td class="cat" colspan="3" align="center"><span class="gensmall">{L_DISPLAY_POSTS}{L_COLON}</span> {S_SELECT_SORT_DAYS} <span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} <input class="btnlite" type="submit" name="sort" value="{L_GO}" /></td> </tr> <tr> - <th nowrap="nowrap" colspan="3">{L_TOPIC_REVIEW}{L_COLON} {TOPIC_TITLE}</th> + <th nowrap="nowrap" colspan="3">{L_TOPIC_REVIEW}{L_COLON} <!-- EVENT mcp_topic_topic_title_before -->{TOPIC_TITLE}<!-- EVENT mcp_topic_topic_title_after --></th> </tr> <tr> <td class="row3" colspan="3" align="center"><span class="gensmall">{RETURN_TOPIC}</span></td> |