$t
Returns the current application title.
Table of Contents
Description
This variable is an instance of the Anemone
class.
Example
<title>
<?= w($t); ?>
</title>
<title>
<?= w($t->join(' | ')); ?>
</title>
<title>
<?= w($t->reverse()); ?>
</title>
$date
Returns the current application date-time with current date-time as the input.
$layout
Returns information about the currently loaded layout file.
$lot
Returns the arguments from the layout loader.
$site
Returns the current application states.
$t
Returns the current application title.
$time
Returns the current application date-time with current date-time as the input.