. * * For more information, contact Colosa Inc, 2566 Le Jeune Rd., * Coral Gables, FL, 33134, USA, or email info@colosa.com. * */ global $G_PUBLISH; global $G_CONTENT; global $G_FORM; global $G_TABLE; global $RBAC; if ( !is_object( $G_PUBLISH ) ) die ("Publisher object is required by this template!"); if (isset($_SESSION['G_MESSAGE_TYPE']) && isset($_SESSION['G_MESSAGE'])) { $messageTypes=array("INFO","WARNING","ERROR"); if(in_array(strtoupper($_SESSION['G_MESSAGE_TYPE']),$messageTypes)){ $msgType=strtoupper($_SESSION['G_MESSAGE_TYPE']); }else{ $msgType="WARNING"; } echo('
' . G::capitalize($_SESSION['G_MESSAGE_TYPE']) . ' : ' . $_SESSION['G_MESSAGE'] . ' |