How to disable all JS CSS files in custom files?

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
ITSC
User
Posts: 4

How to disable all JS CSS files in custom files?

Post by ITSC »

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


mobhar
User
Posts: 11702

Post by mobhar »

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


ITSC
User
Posts: 4

Post by ITSC »

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


arbei
User
Posts: 9355

Post 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.

Post Reply