* @git Joomla Component Builder * @copyright Copyright (C) 2015 Vast Development Method. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ // No direct access to this file defined('_JEXEC') or die('Restricted access'); use Joomla\CMS\Factory; use Joomla\CMS\Language\Text; use Joomla\CMS\HTML\HTMLHelper as Html; use Joomla\CMS\Layout\LayoutHelper; use Joomla\CMS\Router\Route; Html::addIncludePath(JPATH_COMPONENT.'/helpers/html'); Html::_('behavior.formvalidator'); Html::_('formbehavior.chosen', 'select'); Html::_('behavior.keepalive'); use Joomla\CMS\Session\Session; use VDM\Joomla\Utilities\StringHelper; $this->app->input->set('hidemainmenu', false); $selectNotice = '

' . Text::_('COM_COMPONENTBUILDER_HI') . ' ' . $this->user->name . '

'; $selectNotice .= '

' . Text::_('COM_COMPONENTBUILDER_PLEASE_SELECT_A_COMPONENT_THAT_YOU_WOULD_LIKE_TO_COMPILE') . '

'; // set the noticeboard options $noticeboardOptions = array('vdm', 'pro'); ?> canDo->get('compiler.access')): ?> sidebar)): ?>
sidebar; ?>
SuccessMessage)): ?>
SuccessMessage; ?>


form): ?> form->renderFieldset('builder'); ?>

form->renderFieldset('advanced'); ?>
'noticeboard' , 'active' => $noticeboardOptions[array_rand($noticeboardOptions)])); ?>