Exemplo n.º 1
0
 /**
  * Echos an notification box
  *
  * @param string  $message
  * @param string  $id      adds an id to the notification box
  */
 public static function e_notification_box($message, $id = '')
 {
     echo Util_Ui::get_notification_box($message, $id);
 }