| Current Path : /home/digilove/public_html/administrator/components/com_jmap/views/google/tmpl/ |
| Current File : /home/digilove/public_html/administrator/components/com_jmap/views/google/tmpl/default.php |
<?php
/**
* @package JMAP::OVERVIEW::administrator::components::com_jmap
* @subpackage views
* @subpackage overview
* @subpackage tmpl
* @author Joomla! Extensions Store
* @copyright (C) 2021 - Joomla! Extensions Store
* @license GNU/GPLv2 http://www.gnu.org/licenses/gpl-2.0.html
*/
defined ( '_JEXEC' ) or die ( 'Restricted access' );
?>
<form action="index.php" method="post" name="adminForm" id="adminForm">
<?php echo $this->googleData;?>
<input type="hidden" name="option" value="<?php echo $this->option;?>" />
<input type="hidden" name="gaperiod" id="gaperiod" value="<?php echo $this->app->input->get('gaperiod');?>" />
<input type="hidden" name="gaquery" id="gaquery" value="<?php echo $this->app->input->get('gaquery');?>" />
<input type="hidden" name="task" value="google.display" />
</form>