Hello,
I have the following css structure
/dev/index.html
/dev/include/general_settings.php
/dev/template/header.html
in "general_settings.php" I have:
require ('../template/header.html');
but it doesn't work. How can I make this work?
Thanx for your help!
Cheers,
Joost