View Single Post
  #5  
Old 06-17-2014, 06:34 PM
IntoRain's Avatar
IntoRain IntoRain is offline
Moderator
 
Join Date: Jul 2013
Location: Portugal
Posts: 461
Gender: Female
Credits: 22,321
IntoRain is on a distinguished road
Default

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.
Reply With Quote