I load the CSS like this:
<link href="../css/style.css" rel="stylesheet">
But I would like to pass a different reference, something like:
<link href="<?php echo $_SESSION['caminho_completo']."css/style.css"?>" rel="stylesheet">
But when I do this CSS does not load on the page, what solution would it take? obs: it works in home.php which is inside the folder pages but does not work for the files that are inside the folder 1998.