Guest User

Untitled

a guest
May 25th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. {if true eq isset( $username ) and false eq $is_logged and false}
  2. {if true eq isset( $username )
  3. and false eq $is_logged and false}
  4.  
  5. {if true eq isset( $username ) and $boolLoggedIn}
  6. Hello {$username}
  7. {/if}
  8.  
  9. {if true eq isset( $username )}
  10. {assign var=username value=$fname}
  11. {/if}
  12.  
  13. {(if|/if)(.)*(?<=})
Add Comment
Please, Sign In to add comment