Skip to content

Commit

Permalink
Add HTMLHelper::_('bootstrap.framework');
Browse files Browse the repository at this point in the history
  • Loading branch information
ReLater committed May 16, 2019
1 parent 5f6c589 commit aa70678
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions layouts/joomla/toolbar/dropdown.php
Expand Up @@ -10,8 +10,11 @@
defined('JPATH_BASE') or die;

use Joomla\CMS\Factory;
use Joomla\CMS\HTML\HTMLHelper;
use Joomla\CMS\Language\Text;

HTMLHelper::_('bootstrap.framework');

$direction = Factory::getLanguage()->isRtl() ? 'dropdown-menu-right' : '';


Expand Down

0 comments on commit aa70678

Please sign in to comment.