🐛 Fix bootstrap theme name

This commit is contained in:
Kazhnuz 2025-08-23 02:05:13 +02:00
parent fe3c6a702f
commit 574effa0f1
2 changed files with 1 additions and 5 deletions

View file

@ -1,5 +1 @@
<?php defined('KOBLOG') or die('Koblog CMS.');
if ($themePlugin == false) {
exit("To ensure proper functionality, the theme requires the Popeye plugin. Activate the plugin through the admin panel.");
}

View file

@ -1,6 +1,6 @@
<?php
class popeye extends Plugin
class bootstrapTheme extends Plugin
{
public function init()