{assign var="specialmsg" value="/location/to/specialmsg.tpl"}
{ if file_exists($specialmsg) }
<tr>
<td align="right" class="HeadText"> </td>
<td valign="top" align="right" class="HeadText">
{include file="specialmsg.tpl"}</td>
<td align="right" class="HeadText"> </td>
</tr>
{/if}
EDIT: added missing quote as mentioned by CJ.

5 comments:
Thanks for posting this - exactly what I was looking for! Smarty is an awesome template manager.
Thanx for posting this! You're missing a quotation at the end of the .tpl call. Just wanted to mention that in case someone copied/pasted directly.
Thanks, CJ!
Great! thanks
2 days i'm looking for this. I cannot find in Smarty, at least i found here. Great thank you... Super!
You make my life easier..
Post a Comment