View Single Post
  #4  
Old 06-02-2015, 06:27 AM
 
cvaughan02 cvaughan02 is offline
 

Member
  
Join Date: Mar 2014
Location: st. louis, mo
Posts: 22
 

Thumbs up Re: custom css in admin area?

Quote:
Originally Posted by tony_sologubov
Here is the general article about adding CSS files:
http://kb.x-cart.com/display/XDD/Adding+CSS+and+JS+files

You can add a condition for admin area in the getThemeFiles() method:
PHP Code:
if (!is_null($adminZone)) 

:::Solved:::

Ok, so I fugured out the issue. In order for the css to show up in the admin area, you have to add it to skins/admin/en/modules/devid/modid/.

as I'm learning over and over, where I place my code is just as integral as the code itself.
__________________
SEEK HAPPINESS. EVERYTHING ELSE IS DETAILS.
Reply With Quote