true, 'requireValue' => true)); $getMessageTitle = admFuncVariableIsValid($_GET, 'message_title', 'string', array('directOutput' => true, 'defaultValue' => 'SYS_NOTE')); $getMessageVar1 = admFuncVariableIsValid($_GET, 'message_var1', 'string', array('directOutput' => true)); $getInlineView = admFuncVariableIsValid($_GET, 'inline', 'bool', array('directOutput' => true)); header('Content-type: text/html; charset=utf-8'); // show headline if($getInlineView) { echo ' '; }