darnoldy
14th September 2006, 10:06 PM
Folks-
Something has my puzzled, and I hope one of you can explain it to me.
I am working with the conditional:
<if condition="$show['inlinemod']">...</if>
When I place it within the forumdisplay template (where I found it), it tests true, and displays its contents.
When I place it in the footer template (which is called by forumdisplay) it test false!
Wazzup!?
Shouldn't the value of $show['inlinemod'] be determined when forumdisplay.php is called, and be available for use by the time the footer template is loaded?
--don
Something has my puzzled, and I hope one of you can explain it to me.
I am working with the conditional:
<if condition="$show['inlinemod']">...</if>
When I place it within the forumdisplay template (where I found it), it tests true, and displays its contents.
When I place it in the footer template (which is called by forumdisplay) it test false!
Wazzup!?
Shouldn't the value of $show['inlinemod'] be determined when forumdisplay.php is called, and be available for use by the time the footer template is loaded?
--don