mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-04 12:17:42 +02:00
Sandbox Plugin: small fixes
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
|
||||
$_templates = Themes::getTemplates();
|
||||
foreach($_templates as $template) {
|
||||
$templates[] = basename($template, '.template.php');
|
||||
$templates[basename($template, '.template.php')] = basename($template, '.template.php');
|
||||
}
|
||||
|
||||
echo (
|
||||
|
Reference in New Issue
Block a user