Anonymous

Re: inserting html/php in smarty

anyone? thanks

flakdesign

Re: inserting html/php in smarty

I hope this link will be useful

http://www.s9y.org/78.html#A4

To insert javascript in smarty, enclose the js script tag in {literal}Javascript{/literal}

regards
vinay

Anonymous

Re: inserting html/php in smarty

Still playing around with it...so far I have been unsuccessful. HELP?

Anonymous

Re: inserting html/php in smarty

I think for php you just wrap {php} Tags {/php} around your php. Javascript can be done with the literal tags like mentioned above

Anonymous

Re: inserting html/php in smarty

could anyone help me

appreciate if you all guys can help me how to construct job URL page? I'm new to this kind of programming

Anonymous

Re: inserting html/php in smarty

{php} {/php} gives me parse error:

Parse error: syntax error, unexpected '<' in /home/_templates/_cache/%%0E^0E4^0E407559%%footer.tpl.php on line 7

Anyone?