Hi, I have used Sourcerer successfully in the past without problems. Beautiful! However, having an issue now trying to insert a variable into an image path..... Here is my code... see a problem?
{source}<?php $template = $mainframe->getTemplate();?>{/source}<img alt="Welcome" height="225" width="928" src="images/template/{source}<?php echo $template ;?>{/source}/header_02.jpg" />​
In the code above, the first {source} block is working, but not the block that is inserted into the image path.
I could of course echo the entire line in the first block, but prefer not to if possible.
Thanks for any help.
Geoff