mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +00:00
add definitions of class variables
This commit is contained in:
parent
b5768e8dd9
commit
23b8e48831
|
@ -29,6 +29,20 @@ class SeedDMS_Theme_Style extends SeedDMS_View_Common {
|
||||||
*/
|
*/
|
||||||
protected $extraheader;
|
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') {
|
function __construct($params, $theme='bootstrap') {
|
||||||
parent::__construct($params, $theme);
|
parent::__construct($params, $theme);
|
||||||
$this->extraheader = array('js'=>'', 'css'=>'', 'favicon'=>'', 'logo'=>'', 'logolink'=>'');
|
$this->extraheader = array('js'=>'', 'css'=>'', 'favicon'=>'', 'logo'=>'', 'logolink'=>'');
|
||||||
|
|
Loading…
Reference in New Issue
Block a user