I seem to be having a problem running zencart on an IIS server. It doesn't want to process the code for some reason and just outputs it on it's own (the actual code I wrote down). so for example
get_template_dir('tpl_search_top.php',DIR_WS_TEMPLATE, '','sideboxes'). '/tpl_search_top.php'); echo $content;
It will output this when When my code was
require(get_template_dir('tpl_search_top.php',DIR_WS_TEMPLATE, '','sideboxes'). '/tpl_search_top.php'));
echo $content;
And if I try to comment it out, it still outputs the same thing. It only stops when I delete the code completely.
I tried running it on an apache server and it worked perfectly there and it used to work on the IIS server before as well, don't understand what could've happened.
Can anyone help me here?



