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"))); }