block.ifusernotconnected.php
Tags
Table of Contents
- jtpl_block_common_ifusernotconnected() : string
- a special if block to test easily if the current user is not connected
Functions
jtpl_block_common_ifusernotconnected()
a special if block to test easily if the current user is not connected
jtpl_block_common_ifusernotconnected(jTplCompiler $compiler, bool $begin[, array<string|int, mixed> $params = array() ]) : string
{ifusernotconnected} ..here generated content if the user is NOTconnected {/ifusernotconnected}
Parameters
- $compiler : jTplCompiler
-
the template compiler
- $begin : bool
-
true if it is the begin of block, else false
- $params : array<string|int, mixed> = array()
-
no parameters. array should be empty
Return values
string —the php code corresponding to the begin or end of the block