View Single Post
  #4  
Old 10-06-2017, 06:24 AM
  zeel's Avatar 
zeel zeel is offline
 

Member
  
Join Date: Oct 2017
Location: Ohio
Posts: 14
 

Default Re: Stripping away the default layouts and styles to make way for my own.

Quote:
Originally Posted by cflsystems
PHP Code:
\XLite::isAdminZone() 
will help you to know if it is the storefront or admin

That will be useful if I can find a way to remove Bootstrap programmatically. My hacky way is a bit... all or nothing.

I'm guessing that all the "common" files are either loaded differently, or after the modules. Though in the resulting document, the common files come before those within modules. Which leads me to believe that either they are loaded in an entirely different way, or they need to be excluded by a different method.

Somewhere there is something that defines which files need to be loaded. If only I could find it, I could tell it what to do.
__________________
Version: 5.3.3.3
Reply With Quote