. # This file is useful for putting message box(es) on the screen. # # Just call message("message here") whenever you have something to report. # # Once a template is loaded, call display_messages(). Your template should have # a section with a ~text:html~ tag in it. # # If you want a divider (any text between message boxes when there are # multiple boxes) provide a sub-template section named "separator" # INSIDE "message" at the begining of it. # # If you'd like something around the group of all message boxes, you can put # the whole thing in a sub-template section called "messages" # Simple example: # # #
~text:html~
# # Full-featured example: # # #~text:html~
# #