<?php/** * @package Joomla.Administrator * @subpackage com_templates * * @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */defined('_JEXEC')ordie;?><divclass="pull-left"><?phpechoJHtml::_('templates.thumb',$this->template->element,$this->template->client_id);?><?phpechoJHtml::_('templates.thumbModal',$this->template->element,$this->template->client_id);?></div><h2><?phpechoucfirst($this->template->element);?></h2><?php$client=JApplicationHelper::getClientInfo($this->template->client_id);?><p><?php$this->template->xmldata=TemplatesHelper::parseXMLTemplateFile($client->path,$this->template->element);?></p><p><?phpechoJText::_($this->template->xmldata->description);?></p>