|
you can't have "<?php" tags nested within each other.
the include() function should be applied the same way as tep_image() there with concatenation periods around it .include().
simple example:
$var = "Hi my name " . get_name() . " whats up?";
or
$var = "Hi my name " . get_name();
|