Пример #1
0
# author    Ngo Van Quan
# copyright Copyright (C) 2015. All Rights Reserved
# license   GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html
# website   joombooking.com
-------------------------------------------------------------------------*/
// No direct access to this file
defined('_JEXEC') or die('Restricted access');
$php_format = DateHelper::getConvertDateFormat('P');
AImporter::helper('currency', 'date');
$config = JComponentHelper::getParams('com_bookpro');
$company_name = $config->get('company_name');
$logo = $config->get('company_logo');
$address = $config->get('company_address');
$date = $this->state->get('filter.depart_date');
$route_id = $this->state->get('filter.route_id');
$route = $route_id ? TransportHelper::getTransportDetail($this->item->route_id) : null;
?>
<table style="text-align: left;" width="100%">
	<tr>
			<td style="border: none;width: 30%;" >
			<?php 
if ($logo) {
    ?>
<img  src="<?php 
    echo JUri::root() . $logo;
    ?>
"style="width:150px;"/>
				<?php 
}
?>
			</td>