common showTrace - jcobban/Genealogy GitHub Wiki

function showTrace()

Up: PHP Global Environment

If the global variable $warn is not an empty string the function ShowTrace encloses the value of $warn in an HTML <div class='warning'> tag which causes the text of the messages to appear in dark yellow by default. It then clears $warn. This function may be called multiple times within a single script.

Next: class \Templating\Template