2016-01-30 22:28:43 +02:00
|
|
|
<?php
|
2018-08-07 15:27:08 +02:00
|
|
|
/**
|
|
|
|
* @package Joomla.Component.Builder
|
|
|
|
*
|
|
|
|
* @created 30th April, 2015
|
|
|
|
* @author Llewellyn van der Merwe <http://www.joomlacomponentbuilder.com>
|
|
|
|
* @github Joomla Component Builder <https://github.com/vdm-io/Joomla-Component-Builder>
|
2021-01-03 18:49:35 +02:00
|
|
|
* @copyright Copyright (C) 2015 Vast Development Method. All rights reserved.
|
2018-08-07 15:27:08 +02:00
|
|
|
* @license GNU General Public License version 2 or later; see LICENSE.txt
|
|
|
|
*/
|
2016-01-30 22:28:43 +02:00
|
|
|
|
|
|
|
// No direct access to this file
|
|
|
|
defined('_JEXEC') or die('Restricted access');
|
|
|
|
?>
|
|
|
|
###BOM###
|
|
|
|
|
|
|
|
// No direct access to this file
|
2020-11-29 02:00:20 +02:00
|
|
|
defined('_JEXEC') or die('Restricted access');###LICENSE_LOCKED_DEFINED###
|
2016-01-30 22:28:43 +02:00
|
|
|
|
2020-11-29 02:00:20 +02:00
|
|
|
###SITE_VIEWS_HEADER######SITE_CODE_BODY###
|
2016-01-30 22:28:43 +02:00
|
|
|
?>
|
2018-09-11 22:28:17 +02:00
|
|
|
###SITE_TOP_FORM######SITE_TOP_BUTTON######SITE_BODY######SITE_BOTTOM_BUTTON######SITE_BOTTOM_FORM###
|