This commit is contained in:
mohrt
2001-01-23 14:30:21 +00:00
parent 236f328592
commit dc4f2b67ba

View File

@@ -816,7 +816,7 @@ Intro = """This is a value that spans more
<sect2> <sect2>
<title>if,elseif,else</title> <title>if,elseif,else</title>
<para> <para>
if statements in Smarty have much the same flexability as php if statements, if statements in Smarty have much the same flexibility as php if statements,
with a few added features for the template engine. with a few added features for the template engine.
Every if must be paired with /if. else and elseif are also permitted. Every if must be paired with /if. else and elseif are also permitted.
"eq", "ne","neq", "gt", "lt", "lte", "le", "gte" "ge","is even","is odd", "eq", "ne","neq", "gt", "lt", "lte", "le", "gte" "ge","is even","is odd",