View Single Post
  #2  
Old 22nd July 2011, 03:24
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default
in Control Panel go to Styles Settings
click on "NEW" icon and give a name to your new style
then in url put example => ./style/xxx

than save and it should work, if not then there should be an error
if no error then try with

PHP Code:
ini_set('display_errors',1);
error_reporting(E_ALL); 
Reply With Quote