A simple include in my php template doesn't appear
I made a custom template in php based on gaagle.html template... works fine.
But, I put a simple include (with <? include("linksites.php") ?> ) in my template but the include doesn't appear...
¿what's wrong?
|