Welcome Guest, Not a member yet? Register   Sign In
Template library 1.4 problem
#2

[eluser]triplethree[/eluser]
Hi Dannie.

It doesn't (from looking at your template file) look like you need to be using a parser. In you config file set parse_template to false rather then true.
Code:
$template['default']['parse_template'] = FALSE;

If you can, I'd always avoid php short tags. Some hosts don't allow them so it could cause you problems down the line. Instead use
Code:
<?php echo $header; ?>

Hope this helps.


Tom


Messages In This Thread
Template library 1.4 problem - by El Forum - 12-20-2010, 11:58 AM
Template library 1.4 problem - by El Forum - 12-20-2010, 02:06 PM
Template library 1.4 problem - by El Forum - 08-01-2011, 07:13 AM



Theme © iAndrew 2016 - Forum software by © MyBB