Quote:
Originally Posted by j1mmy
What do you mean by a statement that resolves to the $navbar?
|
It looks to me like the navbar code is showing on that page - is it not? That means that this if statement is showing the navbar:
HTML Code:
<if condition="$navbar">
$navbar
<else />
<br /><br /><br />
<p></p>
</if>
And yet you are adding a space to the <else /> part which is not resolved if the navbar is present. You need to add the break to the true part of the statement.