The problem is that when I include my template.php file into my index.php file nothing is included even though php actually finds the file (template.php).
When I look at the source code of my index.php file from my web-browser there is nothing from the template.php file even though it is mostly...