Thread
:
Looking on some input on how to do this.
View Single Post
#
5
06-17-2014, 06:34 PM
IntoRain
Moderator
Join Date: Jul 2013
Location: Portugal
Posts: 461
Gender: Female
Credits:
22,321
Try adding this:
$this->assign("logged_in",$mysidia->user->isloggedin);
And then doing this:
{if $clan != 'none' or !$logged_in}
{$document_content}
{else}
{$optionalContent}
{/if}
__________________
asp.net stole my soul.
IntoRain
View Public Profile
Send a private message to IntoRain
Find all posts by IntoRain