assign ('domain_properties', $domain_properties); if ($is_superadmin) { $smarty->assign('select_options', select_options($list_admins, array ($fUsername)), false); $smarty->assign('smarty_template', 'adminlistdomain'); } else { $smarty->assign ('select_options', select_options($list_admins, array ($fUsername)), false); $smarty->assign ('smarty_template', 'overview-get'); } $smarty->display ('index.tpl'); /* vim: set expandtab softtabstop=3 tabstop=3 shiftwidth=3: */ ?>