🐛 Fix bootstrap theme name
This commit is contained in:
parent
fe3c6a702f
commit
574effa0f1
2 changed files with 1 additions and 5 deletions
|
@ -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.");
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
class popeye extends Plugin
|
||||
class bootstrapTheme extends Plugin
|
||||
{
|
||||
|
||||
public function init()
|
||||
|
|
Loading…
Add table
Reference in a new issue