By Dean on Tuesday, 21 June 2016
Posted in Wanderers
Replies 1
Likes 0
Views 1.7K
Votes 0
error.php lines 35-37 read:

<?php if ($customCss) { ?>
<link type="text/css" rel="stylesheet" href="<?php echo TEMPLATE_URI;?>/css/theme.css" />
<?php } ?>


Pretty sure that line 36 was intended to be /css/custom.css not theme.css.
Thanks for reported. It should be ../css/custom.css.
·
Tuesday, 21 June 2016 10:59
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post