From 212e5a0aaf8bc83fce9cb43bb6bd9545ba0874be Mon Sep 17 00:00:00 2001 From: simon Date: Tue, 8 Sep 2026 15:31:01 +0200 Subject: [PATCH] typo --- lbs.css | 10 +--------- lbs.php | 2 +- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/lbs.css b/lbs.css index 32d5e81..19af060 100644 --- a/lbs.css +++ b/lbs.css @@ -1,13 +1,5 @@ /* - * louis-bar-syndrom.info - * Theme: Warm Editorial - * - * Designed as a visual replacement/override for the Yellow-CMS Stockholm theme. - * Existing navigation, content and URLs are intentionally left untouched. - * - * The stylesheet works with the existing Yellow-CMS classes, including: - * .page, .header, .navigation, .content, .footer, .important, - * .left, .center, .right, .rounded, .form-control and .btn. + * lbs louis-bar-syndrom.info Theme */ :root { diff --git a/lbs.php b/lbs.php index aff8f63..2375454 100644 --- a/lbs.php +++ b/lbs.php @@ -14,7 +14,7 @@ class YellowLBS { public function onUpdate($action) { $fileName = $this->yellow->system->get("coreExtensionDirectory").$this->yellow->system->get("coreSystemFile"); if ($action=="install") { - $this->yellow->system->save($fileName, array("theme" => "lb")); + $this->yellow->system->save($fileName, array("theme" => "lbs")); } elseif ($action=="uninstall" && $this->yellow->system->get("theme")=="lbs") { $this->yellow->system->save($fileName, array("theme" => $this->yellow->system->getDifferent("theme"))); }