diff --git a/list-admin.php b/list-admin.php index 6fc89718..2fcfa931 100644 --- a/list-admin.php +++ b/list-admin.php @@ -41,7 +41,7 @@ if ((is_array ($list_admins) and sizeof ($list_admins) > 0)) } $smarty->assign ('admin_properties', $admin_properties); $smarty->assign ('tMessage', $tMessage, false); -$smarty->assign ('smarty_template', 'admin_list-admin'); +$smarty->assign ('smarty_template', 'adminlistadmin'); $smarty->display ('index.tpl'); /* vim: set expandtab softtabstop=4 tabstop=4 shiftwidth=4: */ diff --git a/list-domain.php b/list-domain.php index 108d4b82..da8db0eb 100644 --- a/list-domain.php +++ b/list-domain.php @@ -13,7 +13,7 @@ * * File: list-domain.php * List all domains as a quick overview. - * Template File: admin_list-domain.tpl + * Template File: adminlistdomain.tpl * * Template Variables: * @@ -98,7 +98,7 @@ $smarty->assign ('domain_properties', $domain_properties); if ($is_superadmin) { $smarty->assign('select_options', select_options($list_admins, array ($fUsername)), false); - $smarty->assign('smarty_template', 'admin_list-domain'); + $smarty->assign('smarty_template', 'adminlistdomain'); } else { diff --git a/templates/admin_list-admin.tpl b/templates/adminlistadmin.tpl similarity index 100% rename from templates/admin_list-admin.tpl rename to templates/adminlistadmin.tpl diff --git a/templates/admin_list-domain.tpl b/templates/adminlistdomain.tpl similarity index 100% rename from templates/admin_list-domain.tpl rename to templates/adminlistdomain.tpl