Stable release of v3.2.0-beta1
Move beta to main repo. Fix #1053 so that the right and left tabs display correctly in Joomla 4&5.
This commit is contained in:
@@ -12,9 +12,12 @@
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
|
||||
use Joomla\CMS\Factory;
|
||||
use Joomla\CMS\Language\Text;
|
||||
use Joomla\CMS\Router\Route;
|
||||
use Joomla\CMS\HTML\HTMLHelper as Html;
|
||||
?>
|
||||
|
||||
<div class="uk-alert uk-alert-danger" data-uk-alert>
|
||||
<h2><?php echo JText::_('COM_COMPONENTBUILDER_ERROR'); ?></h2>
|
||||
<h2><?php echo Text::_('COM_COMPONENTBUILDER_ERROR'); ?></h2>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user