Added fluid variable to the Module class
As a developer you still need to code for it (it's shown at work in the bootstrap) but you can use the variable to toggle fluid and fixed right from the module itself
This commit is contained in:
parent
b05a1691f2
commit
3c2c936cee
6 changed files with 28 additions and 6 deletions
|
@ -43,6 +43,14 @@ class Module extends Object
|
|||
*/
|
||||
protected $db = null;
|
||||
|
||||
/**
|
||||
* Fluid or Fixed?
|
||||
*
|
||||
* @access protected
|
||||
* @var boolean
|
||||
*/
|
||||
protected $fluid = false;
|
||||
|
||||
/**
|
||||
* Page Title
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue