Skip to content

Commit

Permalink
Update default.php
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Lodder committed Mar 27, 2017
1 parent bc59cf8 commit 4522b2f
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
defined('_JEXEC') or die;

JHtml::_('behavior.core');
JText::script('PLG_INSTALLER_PACKAGEINSTALLER_NO_PACKAGE');
JText::script('PLG_INSTALLER_FOLDERINSTALLER_NO_INSTALL_PATH');
JText::script('PLG_INSTALLER_URLINSTALLER_NO_URL');
JText::script('COM_INSTALLER_MSG_INSTALL_ENTER_A_URL');
JText::script('PLG_INSTALLER_PACKAGEINSTALLER_NO_PACKAGE', true);
JText::script('PLG_INSTALLER_FOLDERINSTALLER_NO_INSTALL_PATH', true);
JText::script('PLG_INSTALLER_URLINSTALLER_NO_URL', true);
JText::script('COM_INSTALLER_MSG_INSTALL_ENTER_A_URL', true);

JHtml::_('bootstrap.tooltip');
JHtml::_('behavior.tabstate');
Expand Down

0 comments on commit 4522b2f

Please sign in to comment.