From 40016b96740d3dd68213af06f44194b174be48a3 Mon Sep 17 00:00:00 2001 From: dretzl Date: Fri, 30 Nov 2018 02:13:37 +0100 Subject: [PATCH] issue #252: added bs4 card settings --- system/classes/bootstrap4.php | 2 +- system/classes/template.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/system/classes/bootstrap4.php b/system/classes/bootstrap4.php index 95e37eb4..c03f045f 100644 --- a/system/classes/bootstrap4.php +++ b/system/classes/bootstrap4.php @@ -119,7 +119,7 @@ public function bs4_Cards() } .card-footer { - padding: 0.75rem 1.25rem; + padding: ".$this->tplSettings['card-footer-padding']."; background-color: rgba(0, 0, 0, 0.03); border-top: 1px solid rgba(0, 0, 0, 0.125); } diff --git a/system/classes/template.php b/system/classes/template.php index 092d5d7b..e9732550 100644 --- a/system/classes/template.php +++ b/system/classes/template.php @@ -590,7 +590,7 @@ public static function getCurrentTemplateName($db, $location, $templateID) } } else { // could not fetch template - // - in that case set default template - // print alert::draw("warning", "Warning: ", "Template kann nicht gelesen werden, default template gesetzt. (yawk-bootstrap3)","page=settings-system","4800"); + // print alert::draw("warning", "Warning: ", "Template kann nicht gelesen werden, default template gesetzt. (YaWK-bootstrap3)","page=settings-system","4800"); return "template ID $templateID not in database...?"; } }