ChrisColeman Posted June 24 Share Posted June 24 How could I ?? Chris. Quote Link to comment Share on other sites More sharing options...
bsmither Posted June 24 Share Posted June 24 Try $style = $GLOBALS['gui']->getStyle(); and $skin = $GLOBALS['gui']->getSkin(); returns the name of the folder of the skin. However, the results are for the session in PHP in which is relative to the visitor, whether that be you or a customer. Which is to say, if the customer has chosen to view the site in a skin different than the default, or different than the skin you choose to view the site, the results will be different. In the rare instance where there is more than one administration skin, $GLOBALS['config']->get('config','admin_skin') will have the folder name of the admin skin. Quote Link to comment Share on other sites More sharing options...
ChrisColeman Posted June 26 Author Share Posted June 26 Perfect .. Â Thank You. Â Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.