Added more header options and renamed the header method in the compiler.
This commit is contained in:
@ -11,6 +11,7 @@
|
||||
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
JHtml::_('behavior.tabstate');
|
||||
|
||||
// Set the component css/js
|
||||
@ -19,7 +20,7 @@ $document->addStyleSheet('components/com_componentbuilder/assets/css/site.css');
|
||||
$document->addScript('components/com_componentbuilder/assets/js/site.js');
|
||||
|
||||
// Require helper files
|
||||
JLoader::register('ComponentbuilderHelper', __DIR__ . '/helpers/componentbuilder.php');
|
||||
JLoader::register('ComponentbuilderHelper', __DIR__ . '/helpers/componentbuilder.php');
|
||||
JLoader::register('ComponentbuilderEmail', JPATH_COMPONENT_ADMINISTRATOR . '/helpers/componentbuilderemail.php');
|
||||
JLoader::register('ComponentbuilderHelperRoute', __DIR__ . '/helpers/route.php');
|
||||
|
||||
|
Reference in New Issue
Block a user