Hello
I have a ticket helpdesk script that I am converting to make it completely skinnable. For this, there is a file called header.php which includes the link to a css file. The code is below
<link rel="stylesheet" href="<?php print $GLOBALS["URL"];?>/templates/gothica/aquarius.css" type="text/css" />
I want that the path to css file be stored in a db parameter, and this value should be fetched from db and passed to the php file.
If it is not possible to pass it from db. then pass the value from a config file
Is this possible, and if so, how to code it.
Thanks
Arvind.