02-06-2018, 02:23 PM
By the way, if you are including stylesheets and you don't want to have to set the relative paths you can copy all your js/css into users/js (or css) and do
And you won't have to do relative links.
Code:
<link href="<?=$us_url_root?>users/css/yourcssfile.css" rel="stylesheet">