replace example with more practical one

This commit is contained in:
mohrt
2003-06-09 22:06:20 +00:00
parent 61ae270174
commit ddca127513

View File

@@ -59,10 +59,10 @@
{include file="header.tpl"} {include file="header.tpl"}
{if $name eq "Fred"} {if $highlight_name}
You are not allowed here
{else}
Welcome, <font color="{#fontColor#}">{$name}!</font> Welcome, <font color="{#fontColor#}">{$name}!</font>
{else}
Welcome, {$name}!
{/if} {/if}
{include file="footer.tpl"}</programlisting> {include file="footer.tpl"}</programlisting>