Refactor CMS page template for improved readability and consistency
- Adjusted indentation and spacing for better code structure in page.tpl - Ensured consistent use of block syntax and formatting - Maintained functionality of the Paypo iframe integration and CMS content display
This commit is contained in:
@@ -2687,7 +2687,7 @@ class AdminControllerCore extends Controller
|
||||
|
||||
$this->addJqueryPlugin(['scrollTo', 'alerts', 'chosen', 'autosize', 'fancybox']);
|
||||
$this->addJqueryPlugin('growl', null, false);
|
||||
$this->addJqueryUI(['ui.slider', 'ui.datepicker']);
|
||||
$this->addJqueryUI(['ui.core', 'ui.widget', 'ui.mouse', 'ui.draggable', 'ui.sortable','ui.datepicker','ui.slider']);
|
||||
|
||||
$this->addJS(__PS_BASE_URI__ . $this->admin_webpath . '/themes/' . $this->bo_theme . '/js/vendor/bootstrap.min.js');
|
||||
$this->addJS(__PS_BASE_URI__ . $this->admin_webpath . '/themes/' . $this->bo_theme . '/js/vendor/modernizr.min.js');
|
||||
@@ -2717,6 +2717,10 @@ class AdminControllerCore extends Controller
|
||||
|
||||
// Specific Admin Theme
|
||||
$this->addCSS(__PS_BASE_URI__ . $this->admin_webpath . '/themes/' . $this->bo_theme . '/css/overrides.css', 'all', PHP_INT_MAX);
|
||||
|
||||
|
||||
|
||||
$this->context->controller->addJs(apPageHelper::getJsAdminDir().'admin/form.js');
|
||||
}
|
||||
|
||||
$this->addJS([
|
||||
|
||||
Reference in New Issue
Block a user