From fe8fbac3cf9af0464d2b0990c88631ff9fd803ac Mon Sep 17 00:00:00 2001 From: rvelices Date: Wed, 22 Feb 2006 01:00:39 +0000 Subject: calendar redesign: monthly and weekly styles + list/calendar views for monthly git-svn-id: http://piwigo.org/svn/trunk@1050 68402e56-0260-453c-a942-63ccdbb3a9ee --- profile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'profile.php') diff --git a/profile.php b/profile.php index 8c4db8fce..a05def74e 100644 --- a/profile.php +++ b/profile.php @@ -223,7 +223,7 @@ $template->assign_vars( $blockname = 'template_option'; -foreach (get_themes() as $pwg_template) +foreach (get_pwg_themes() as $pwg_template) { if (isset($_POST['submit'])) { -- cgit v1.2.3