From 4c359400871ce4e2d24262bcbbe0a2562c8db527 Mon Sep 17 00:00:00 2001 From: Ben Klang Date: Fri, 2 Apr 2010 20:36:01 -0400 Subject: [PATCH] Shout: mv accounts admin files into place --- shout/admin/accounts.php | 2 +- shout/templates/{ => admin}/accounts/edit.inc | 0 shout/templates/{ => admin}/accounts/list.inc | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename shout/templates/{ => admin}/accounts/edit.inc (100%) rename shout/templates/{ => admin}/accounts/list.inc (100%) diff --git a/shout/admin/accounts.php b/shout/admin/accounts.php index 6969872ce..8cddbd399 100644 --- a/shout/admin/accounts.php +++ b/shout/admin/accounts.php @@ -107,6 +107,6 @@ $notification->notify(); Shout::getAdminTabs(); -require SHOUT_TEMPLATES . '/accounts/' . $action . '.inc'; +require SHOUT_TEMPLATES . '/admin/accounts/' . $action . '.inc'; require $registry->get('templates', 'horde') . '/common-footer.inc'; diff --git a/shout/templates/accounts/edit.inc b/shout/templates/admin/accounts/edit.inc similarity index 100% rename from shout/templates/accounts/edit.inc rename to shout/templates/admin/accounts/edit.inc diff --git a/shout/templates/accounts/list.inc b/shout/templates/admin/accounts/list.inc similarity index 100% rename from shout/templates/accounts/list.inc rename to shout/templates/admin/accounts/list.inc -- 2.11.0