From ddca127513f6164240dcfcda09a7c8b62f49f199 Mon Sep 17 00:00:00 2001 From: mohrt Date: Mon, 9 Jun 2003 22:06:20 +0000 Subject: [PATCH] replace example with more practical one --- docs/designers.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/designers.sgml b/docs/designers.sgml index a8f56853..680a2dcf 100644 --- a/docs/designers.sgml +++ b/docs/designers.sgml @@ -59,10 +59,10 @@ {include file="header.tpl"} -{if $name eq "Fred"} - You are not allowed here +{if $highlight_name} + Welcome, <font color="{#fontColor#}">{$name}!</font> {else} - Welcome, <font color="{#fontColor#}">{$name}!</font> + Welcome, {$name}! {/if} {include file="footer.tpl"}