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 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'])) { |