$this->headScript()->appendFile('/js/002-common.js');
$this->headLink()->appendStylesheet('/less/002-common.less', 'all');
-$this->headScript()->addTagHandler(true); // Used by related articles selector in admin
+// TagHandler loads JQuery-UI JS files, which are very heavy and are only needed by admin
+// Ensure that these files aren't included for normal visitors...
+if ($this->acl()->isAllowed('edition')) {
+ $this->headScript()->addTagHandler(true); // Used by related articles selector in admin
+}
/**
* Exemples d'intégrations de webfonts