View Single Post
  #9  
Old 08-08-2015, 09:51 PM
  seyfin's Avatar 
seyfin seyfin is offline
 

X-Cart team
  
Join Date: May 2004
Posts: 1,223
 

Default Re: Errors with custom skin

Try to implement the following code for class 'XLite\Module\Pmall\PmallSkin\Main':

Code:
const COLOR_SCHEME_STANDARD = 'Standard'; public static function getLayoutColors() { return array( static::COLOR_SCHEME_STANDARD => \XLite\Core\Translation::lbl('Pmall'), ); }
__________________
Sincerely yours,
Sergey Fomin
X-Cart team
Chief support group engineer

===

Check this out. Totally revamped X-Cart hosting
http://www.x-cart.com/hosting.html

Follow us:
https://twitter.com/x_cart / https://www.facebook.com/xcart / https://www.instagram.com/xcart
Reply With Quote