diff options
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 4a85467e6..2d5e0a2f7 100644 --- a/profile.php +++ b/profile.php @@ -205,7 +205,7 @@ $template->assign_vars( $blockname = 'template_option'; -foreach (get_templates() as $pwg_template) +foreach (get_themes() as $pwg_template) { if (isset($_POST['submit'])) { |