From 80020dd7564f25f4af5d994df5690b1088456b41 Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 25 Jan 2007 02:18:56 +0000 Subject: - user profiles available from admin page - user creation from admin page with email (bug 514) - some language cleanup - small template enhancements - php syntax corrections (my mistake) git-svn-id: http://piwigo.org/svn/trunk@1753 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/profile.php | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 admin/profile.php (limited to 'admin/profile.php') diff --git a/admin/profile.php b/admin/profile.php new file mode 100644 index 000000000..0cf36e42c --- /dev/null +++ b/admin/profile.php @@ -0,0 +1,46 @@ +set_filename('profile', 'admin/profile.tpl'); +$template->assign_var_from_handle('ADMIN_CONTENT', 'profile'); +?> -- cgit v1.2.3