aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes_installed.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/themes_installed.php')
-rw-r--r--admin/themes_installed.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/admin/themes_installed.php b/admin/themes_installed.php
index f98493737..33ebf03e5 100644
--- a/admin/themes_installed.php
+++ b/admin/themes_installed.php
@@ -140,10 +140,10 @@ foreach ($themes->fs_themes as $theme_id => $fs_theme)
$template->assign(
array(
- 'activate_baseurl' => $base_url.'&action=activate&theme=',
- 'deactivate_baseurl' => $base_url.'&action=deactivate&theme=',
- 'set_default_baseurl' => $base_url.'&action=set_default&theme=',
- 'delete_baseurl' => $base_url.'&action=delete&theme=',
+ 'activate_baseurl' => $base_url.'&action=activate&theme=',
+ 'deactivate_baseurl' => $base_url.'&action=deactivate&theme=',
+ 'set_default_baseurl' => $base_url.'&action=set_default&theme=',
+ 'delete_baseurl' => $base_url.'&action=delete&theme=',
'active_themes' => $active_themes,
'inactive_themes' => $inactive_themes,