Your IP : 216.73.216.240


Current Path : /home/juvelize/www/administrator/components/com_zhgooglemap/views/mapadsences/tmpl/
Upload File :
Current File : /home/juvelize/www/administrator/components/com_zhgooglemap/views/mapadsences/tmpl/default_head.php

<?php
/*------------------------------------------------------------------------
# com_zhgooglemap - Zh GoogleMap
# ------------------------------------------------------------------------
# author:    Dmitry Zhuk
# copyright: Copyright (C) 2011 zhuk.cc. All Rights Reserved.
# license:   http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
# website:   http://zhuk.cc
# Technical Support Forum: http://forum.zhuk.cc/
-------------------------------------------------------------------------*/
// No direct access to this file
defined('_JEXEC') or die('Restricted Access');

$listOrder	= $this->escape($this->state->get('list.ordering'));
$listDirn	= $this->escape($this->state->get('list.direction'));

?>
<tr>
	<th width="20" class="hidden-phone">
		<input type="checkbox" name="checkall-toggle" value="" title="<?php echo JText::_('JGLOBAL_CHECK_ALL'); ?>" onclick="Joomla.checkAll(this)" />
	</th>			
	<th class="title">
		<?php echo JHtml::_('grid.sort', 'COM_ZHGOOGLEMAP_MAPADSENCE_HEADING_TITLE', 'h.title', $listDirn, $listOrder); ?>
	</th>
	<th>
		<?php echo JText::_('COM_ZHGOOGLEMAP_MAPADSENCE_HEADING_MAPTITLE'); ?>
	</th>
	<th width="5" class="nowrap center">
		<?php echo JHtml::_('grid.sort', 'COM_ZHGOOGLEMAP_MAPADSENCE_HEADING_PUBLISHED', 'h.published', $listDirn, $listOrder); ?>
	</th>
	<th>
		<?php echo JHtml::_('grid.sort', 'COM_ZHGOOGLEMAP_MAPADSENCE_HEADING_CATEGORY', 'category_title', $listDirn, $listOrder); ?>
	</th>
</tr>