Updated some compiler methods, added footable3, fixed some known issus.
This commit is contained in:
@ -102,6 +102,13 @@ class Get
|
||||
*/
|
||||
public $footable = false;
|
||||
|
||||
/**
|
||||
* The FOOTABLE Version
|
||||
*
|
||||
* @var int
|
||||
*/
|
||||
public $footableVersion;
|
||||
|
||||
/**
|
||||
* The Google Chart Switch per view
|
||||
*
|
||||
@ -393,6 +400,8 @@ class Get
|
||||
if ($component->addfootable)
|
||||
{
|
||||
$this->footable = true;
|
||||
// add the version
|
||||
$this->footableVersion = (1 == $component->addfootable || 2 == $component->addfootable) ? 2 : $component->addfootable;
|
||||
}
|
||||
|
||||
// ser the addcustommenu data
|
||||
|
Reference in New Issue
Block a user