'zone-picker { margin-left: 4px }']]; public function __construct($pageCall, $__) { parent::__construct($pageCall, $__); $this->name = Lang::maps('maps'); } protected function generateContent() { // add conditional js $this->addJS('?data=zones&locale=' . User::$localeId . '&t=' . $_SESSION['dataKey']); } protected function generateTitle() { array_unshift($this->title, $this->name); } protected function generatePath() {} } ?>