How do you point to a style sheet in another directory using the below code i.e.
the directory needed is
code
the directory needed is
Code:
../style/style.css
Code:
<link rel="stylesheet" type="text/css" href="<?php echo (!$style)?'style':$style ?>.css" />
Comment