From 61151a50aceb498f2c151a644ab2ce4558faf458 Mon Sep 17 00:00:00 2001 From: nrpatten Date: Fri, 20 Dec 2013 00:15:28 +1100 Subject: [PATCH] Update tacpop.inc.php --- public/include/pages/tacpop.inc.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/include/pages/tacpop.inc.php b/public/include/pages/tacpop.inc.php index 2d49a40e..86087ec0 100644 --- a/public/include/pages/tacpop.inc.php +++ b/public/include/pages/tacpop.inc.php @@ -2,6 +2,5 @@ // Make sure we are called from index.php if (!defined('SECURITY')) die('Hacking attempt'); -$smarty->display('tac/default.tpl'); -$supress_master = 1; +$master_template = 'tac/default.tpl'; ?>