Add template events to redirect.tpl
authorTim Düsterhus <timwolla@googlemail.com>
Wed, 16 Jan 2013 18:36:45 +0000 (19:36 +0100)
committerTim Düsterhus <timwolla@googlemail.com>
Wed, 16 Jan 2013 18:36:45 +0000 (19:36 +0100)
com.woltlab.wcf/template/redirect.tpl

index 2568b88a24b549be6a22ef994aa95f8b608da00b..93237826c41aa67703d6fb308987d1a79284fc9a 100644 (file)
 
 {include file='header'}
 
+{event name='boxesTop'}
 <div class="{if !$status|empty}{@$status}{else}success{/if}">
        <p>{@$message}</p>
        <a href="{$url}">{lang}wcf.global.redirect.url{/lang}</a>
 </div>
+{event name='boxesBottom'}
 
 {include file='footer'}
 
 </body>
-</html>
\ No newline at end of file
+</html>