mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-12-31 21:51:46 +00:00
Update default.php
This commit is contained in:
parent
ed9f99db64
commit
269e042321
@ -11,9 +11,6 @@
|
|||||||
|
|
||||||
defined('_JEXEC') or die('Restricted access');
|
defined('_JEXEC') or die('Restricted access');
|
||||||
|
|
||||||
// Load jQuery
|
|
||||||
JHtml::_('jquery.framework');
|
|
||||||
|
|
||||||
// Load Bootstrap
|
// Load Bootstrap
|
||||||
if (version_compare(JVERSION, '4.0', '>='))
|
if (version_compare(JVERSION, '4.0', '>='))
|
||||||
{
|
{
|
||||||
@ -25,6 +22,9 @@ if (version_compare(JVERSION, '4.0', '>='))
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
// Load jQuery
|
||||||
|
JHtml::_('jquery.framework');
|
||||||
|
|
||||||
JHtml::_('stylesheet', 'com_jedchecker/j4-style.css', array('version' => 'auto', 'relative' => true));
|
JHtml::_('stylesheet', 'com_jedchecker/j4-style.css', array('version' => 'auto', 'relative' => true));
|
||||||
JHtml::_('script', 'com_jedchecker/bootstrap.bundle.min.js', array('version' => 'auto', 'relative' => true), array('defer' => true));
|
JHtml::_('script', 'com_jedchecker/bootstrap.bundle.min.js', array('version' => 'auto', 'relative' => true), array('defer' => true));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user