From 9c9c20ad55d909922a40fae5ba502b515b7679f4 Mon Sep 17 00:00:00 2001 From: Cesar G Date: Fri, 11 Oct 2013 23:05:35 -0700 Subject: [PATCH] [ticket/11241] Use DEFINE for the block. PHPBB3-11241 --- phpBB/styles/prosilver/template/viewtopic_body.html | 7 ++++--- 1 file 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 @@ - {% block topic_tools %} + - {% endblock %} + + {$TOPIC_TOOLS_BLOCK} - {{ block('topic_tools') }} + {$TOPIC_TOOLS_BLOCK}