Merged changes from stable branch up to 2.3.23.
[fa-stable.git] / includes / ui / ui_msgs.inc
index c29a1579ebb7fb3da1ee552284971c9fa2884d18..58e3df3078fcce5743f655970b2edc8e65d879e3 100644 (file)
@@ -29,6 +29,11 @@ function display_notification_centered($msg)
        display_notification($msg, true);
 }
 
+function display_caption($msg)
+{
+       echo "<caption>$msg</caption>\n";
+}
+
 function display_heading($msg)
 {
        echo "<center><span class='headingtext'>$msg</span></center>\n";