PATH:
home
/
letacommog
/
letaweb
/
admin
/
modules
/
googlemap
<?php class CWidgetGooglemap extends CWidgetModule { public $width,$height,$lat,$lng,$zoom,$maptype,$description; protected function decodeData() { $this->width = getIndex($this->module_data, 'width', ''); $this->lat = getIndex($this->module_data, 'lat', 40.579591); $this->lng = getIndex($this->module_data, 'lng', 73.970668); $this->zoom = getIndex($this->module_data, 'zoom', 8); $this->description = getIndex($this->module_data, 'description', ''); } }
[+]
..
[-] frontend_class.php
[edit]
[-] frontend_script.php
[edit]
[-] backend.php
[edit]
[-] backend.js
[edit]
[-] frontend_view.php
[edit]