1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-03 03:37:52 +02:00

Update plugins/box/themes/themes.admin.php

This commit is contained in:
Sergey Romaneko
2012-10-02 15:22:02 +03:00
parent 8a52ab0e8a
commit b8ad9ba3d8

View File

@@ -15,7 +15,7 @@
$current_site_theme = Option::get('theme_site_name');
$current_admin_theme = Option::get('theme_admin_name');
// Init vsrs
// Init vars
$themes_site = Themes::getSiteThemes();
$themes_admin = Themes::getAdminThemes();
$templates = Themes::getTemplates();