diff options
author | rvelices <rv-github@modusoptimus.com> | 2006-02-22 01:00:39 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2006-02-22 01:00:39 +0000 |
commit | fe8fbac3cf9af0464d2b0990c88631ff9fd803ac (patch) | |
tree | 69d79b344767d2ce6e7d3d0e48e00c55e6fc9bc2 /profile.php | |
parent | 2afff7c2266c55970e666bda1b02964dd97d8f71 (diff) |
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
Diffstat (limited to 'profile.php')
-rw-r--r-- | profile.php | 2 |
1 files changed, 1 insertions, 1 deletions
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'])) { |