authorise('core.edit.own', 'com_pagebuilderck'); // frontend medias PagebuilderckFrontHelper::loadFrontendAssets(); // load the component configuration $params = JComponentHelper::getParams('com_pagebuilderck'); // load the page/link configuration $app = JFactory::getApplication(); $pageParams = $app->getParams(); $doc = JFactory::getDocument(); // add the meta in the page if ($pageParams->get('menu-meta_description')) { $doc->setDescription($pageParams->get('menu-meta_description')); } if ($pageParams->get('menu-meta_keywords')) { $doc->setMetadata('keywords', $pageParams->get('menu-meta_keywords')); } if ($pageParams->get('robots')) { $doc->setMetadata('robots', $pageParams->get('robots')); } // $this->item->params = new JRegistry($this->item->params); ?>
input->get('option', '', 'cmd') == 'com_pagebuilderck' ) { ?> get('show_page_heading', '1') && $pageParams->get('page_heading')) { ?> item->params->get('showtitle')) { ?> <item->params->get('titletag', 'h1') ?> class="pagebuilderck_title">item->title ?>item->params->get('titletag', 'h1') ?>> item->htmlcode; ?>