Spade
Mini Shell
| Directory:~$ /home/lmsyaran/public_html/j3/components/com_phocacart/views/pos/tmpl/ |
| [Home] [System Details] [Kill Me] |
<?php
/* @package Joomla
* @copyright Copyright (C) Open Source Matters. All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
* @extension Phoca Extension
* @copyright Copyright (C) Jan Pavelka www.phoca.cz
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
*/
defined('_JEXEC') or die();
echo
PhocacartSection::renderNavigation($this->t['section']->id);
echo '<div
class="ph-link-sections"> </div>';
echo '<div
class="ph-add-remove-tickets"> </div>';
echo $this->loadTemplate('vendor');
echo $this->loadTemplate('logo');
?>