PATH:
home
/
letacommog
/
letaweb
/
admin
/
modules
/
googlemap
<div id="map<?php echo $this->page_id ?>" class="map" style="width:<?php echo $this->width ?>; height:<?php echo $this->height ?>;"> </div> <script type="text/javascript"> registerMap("map<?php echo $this->page_id ?>",{lat:<?php echo $this->lat; ?>, lng:<?php echo $this->lng;?>},<?php echo $this->zoom ?>,"<?php echo $this->description;?>") $(document).ready(function() { }); </script>
[+]
..
[-] frontend_class.php
[edit]
[-] frontend_script.php
[edit]
[-] backend.php
[edit]
[-] backend.js
[edit]
[-] frontend_view.php
[edit]