aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2013-10-11 23:05:35 -0700
committerCesar G <prototech91@gmail.com>2013-12-06 00:56:31 -0800
commit9c9c20ad55d909922a40fae5ba502b515b7679f4 (patch)
treec92e28a4feed1c47950ba219b7e6020f7c66a789 /phpBB/styles
parente110d591a93b518edca00f01823d62c4d1a0ca91 (diff)
downloadforums-9c9c20ad55d909922a40fae5ba502b515b7679f4.tar
forums-9c9c20ad55d909922a40fae5ba502b515b7679f4.tar.gz
forums-9c9c20ad55d909922a40fae5ba502b515b7679f4.tar.bz2
forums-9c9c20ad55d909922a40fae5ba502b515b7679f4.tar.xz
forums-9c9c20ad55d909922a40fae5ba502b515b7679f4.zip
[ticket/11241] Use DEFINE for the block.
PHPBB3-11241
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/template/viewtopic_body.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html
index b4d6a67712..86501f8ff5 100644
--- a/phpBB/styles/prosilver/template/viewtopic_body.html
+++ b/phpBB/styles/prosilver/template/viewtopic_body.html
@@ -33,7 +33,7 @@
<!-- ENDIF -->
</div>
- {% block topic_tools %}
+ <!-- DEFINE $TOPIC_TOOLS_BLOCK -->
<!-- IF not S_IS_BOT and (U_WATCH_TOPIC or U_BOOKMARK_TOPIC or U_BUMP_TOPIC or S_HAS_ATTACHMENTS) -->
<div class="dropdown-container dropdown-button-control topic-tools">
<span title="{L_TOPIC_TOOLS}" class="dropdown-trigger dropdown-select dropdown-select-icon tools-icon"><span></span></span>
@@ -71,7 +71,8 @@
</div>
</div>
<!-- ENDIF -->
- {% endblock %}
+ <!-- ENDDEFINE -->
+ {$TOPIC_TOOLS_BLOCK}
<!-- IF S_DISPLAY_SEARCHBOX -->
<div class="search-box">
@@ -339,7 +340,7 @@
<!-- ENDIF -->
</div>
- {{ block('topic_tools') }}
+ {$TOPIC_TOOLS_BLOCK}
<!-- IF .pagination or TOTAL_POSTS -->
<div class="pagination">