From fecb04f2eccd3e496a91f7996579243366a3a5ab Mon Sep 17 00:00:00 2001 From: vdigital Date: Sun, 14 Sep 2008 07:16:15 +0000 Subject: Wigo becomes "goto". Admin tpl files are moved. git-svn-id: http://piwigo.org/svn/trunk@2530 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/profile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin/profile.php') diff --git a/admin/profile.php b/admin/profile.php index 7c4244494..643f6cca5 100644 --- a/admin/profile.php +++ b/admin/profile.php @@ -41,6 +41,6 @@ load_profile_in_template( ); $page['errors'] = array_merge($page['errors'], $errors); -$template->set_filename('profile', 'admin/profile.tpl'); +$template->set_filename('profile', 'profile.tpl'); $template->assign_var_from_handle('ADMIN_CONTENT', 'profile'); ?> -- cgit v1.2.3