| Current Path : /var/www/iplanru/data/www/www.i-plan.ru/media/zoo/elements/googlemaps/tmpl/ | 
| Current File : /var/www/iplanru/data/www/www.i-plan.ru/media/zoo/elements/googlemaps/tmpl/edit.php | 
<?php
/**
* @package   com_zoo
* @author    YOOtheme http://www.yootheme.com
* @copyright Copyright (C) YOOtheme GmbH
* @license   http://www.gnu.org/licenses/gpl.html GNU/GPL
*/
// no direct access
defined('_JEXEC') or die('Restricted access');
?>
<div>
    <div id="<?php echo $this->identifier ?>"class="row">
        <?php echo $this->app->html->_('control.text', $this->getControlName('location'), $this->get('location'), 'maxlength="255" title="'.JText::_('Location').'" placeholder="'.JText::_('Location').'"'); ?>
    </div>
</div>
<script type="text/javascript">
	jQuery(function($) {
		$('#<?php echo $this->identifier ?> input').geocomplete();
	});
</script>