From b5768e8dd96da60f7159ef41632e820a87e2cc3b Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 23 Aug 2023 11:32:24 +0200 Subject: [PATCH] add class variabels $nonces and $footerjs --- views/bootstrap4/class.Bootstrap4.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/views/bootstrap4/class.Bootstrap4.php b/views/bootstrap4/class.Bootstrap4.php index 4ce4d83ba..611167ca3 100644 --- a/views/bootstrap4/class.Bootstrap4.php +++ b/views/bootstrap4/class.Bootstrap4.php @@ -29,6 +29,20 @@ class SeedDMS_Theme_Style extends SeedDMS_View_Common { */ protected $extraheader; + /** + * @var array $nonces list of nonces + * + * @access protected + */ + protected $nonces; + + /** + * @var string $footerjs js placed in footer of html page + * + * @access protected + */ + protected $footerjs; + function __construct($params, $theme='bootstrap') { parent::__construct($params, $theme); $this->extraheader = array('js'=>'', 'css'=>'', 'favicon'=>'', 'logo'=>'', 'logolink'=>'');