Page 1 of 1

How to disable all JS CSS files in custom files?

Posted: Sun Jan 22, 2023 9:58 pm
by ITSC

I want to create custom files with user session information
without .CSS, .JS, header, footer
because I use another admin template


Re: How to disable all JS CSS files in custom files

Posted: Mon Jan 23, 2023 8:21 am
by mobhar

You may then disable Include common files for your Custom File.


Re: How to disable all JS CSS files in custom files?

Posted: Tue Jan 24, 2023 9:39 pm
by ITSC

if you use Include common files you can't call Auto-Update Value


Re: How to disable all JS CSS files in custom files?

Posted: Wed Jan 25, 2023 10:08 am
by arbei
  1. For CSS (only), you may enable the advanced setting Disable project CSS styles,
  2. To customize js, you need to customize the layout.php, see Customizing Template.
  3. You may also write an extension to change the layout.php, see Making Extensions.