10-07-2016, 01:41 PM
Yeah, right that's the dilemma of the usersc folder ;-)
What I meant is that the file header.php is looking for the custom.css:But , which is retrieved from the database, is pointing at ../users/css/custom.css. I think it should be pointing at ../usersc/css/custom.css ? I guess these values are set during the installation?
What I meant is that the file header.php is looking for the custom.css:
Code:
<link href="<?=$us_url_root?><?=str_replace('../','',$settings->us_css3);?>" rel="stylesheet">
Code:
$settings->us_css3