|
|
|
|
Re: How to make index.php RDF button stick to the category in the URL? [message #39446 is a reply to message #39405] |
Mon, 22 October 2007 22:48 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
The logic is quite simple:
{IF ...} opens a new conditional block
{ELSE} allows you to have a fallback case
The tricky part is the "END" bit.
Normally you can end the expression using {END}, but if you don't have an else you need to use {ENDIF}. The {ENDI} and {ENDIFI} are special terminators you need to use in the place of {END} and {ENDIF} when your conditional expression is within another conditional expression.
FUDforum Core Developer
|
|
|