These variables all appear to be unused.
// show tree widget
$this->groupTree = defined('CIVICRM_GROUPTREE') ? TRUE : FALSE;
-
- // add UI revamp pages
- //$this->revampPages = array( 'CRM/Admin/Form/Setting/Url.tpl', 'CRM/Admin/Form/Preferences/Address.tpl' );
- $this->revampPages = array();
}
/**
*/
public $fieldSeparator = ',';
- /**
- * Max location blocks in address
- *
- * @var integer
- */
- public $maxLocationBlocks = 2;
-
/**
* Some search settings
*/
*/
public $includeAlphabeticalPager = 1;
public $includeOrderByClause = 1;
- public $oldInputStyle = 1;
-
- /**
- * Should we disable key generation for forms
- *
- * @var boolean
- */
- public $formKeyDisable = FALSE;
/**
* determine whether the call is from cms or civicrm