YaWK  24.1
Yet another WebKit
mailbox.php File Reference

Go to the source code of this file.

Variables

print $lang ['MSG_COMPOSE']
 
 $messages = new \YAWK\PLUGINS\MESSAGES\messages($db, "backend")
 
if(isset($_GET['msg_id']) &&is_numeric($_GET['msg_id'])) else
 
 if (!isset( $language)||(!isset( $lang)))
 

Variable Documentation

◆ $lang

print $lang[ 'MSG_COMPOSE']

Definition at line 29 of file mailbox.php.

◆ $messages

$messages = new \YAWK\PLUGINS\MESSAGES\messages($db, "backend")

Definition at line 35 of file mailbox.php.

◆ else

if (isset( $_GET[ 'msg_id']) &&is_numeric( $_GET[ 'msg_id'])) else
Initial value:
{
echo $messages->init($db, $lang)
$messages
Definition: mailbox.php:35
print $lang['MSG_COMPOSE']
Definition: mailbox.php:14

Definition at line 42 of file mailbox.php.

◆ if

if(!isset($language)||(!isset($lang))) ( isset $language)||(!isset( $lang))

Definition at line 3 of file mailbox.php.