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'; ?>