Collections functions
General functions
Node functions
Render functions
Theme permission functions
User functions
Resource functions

render_top_page_error_style()

Description

Render the top page error style version

Parameters

ColumnTypeDefaultDescription
$err_msg string Error message

Return

void

Location

include/render_functions.php lines 5426 to 5434

Definition

 
function render_top_page_error_style(string $err_msg)
    {
    if(
trim($err_msg) === '')
        {
        return;
        }

    
?><div class="PageInformal"> echo escape($err_msg); ?></div>
    
}

This article was last updated 19th April 2024 17:35 Europe/London time based on the source file dated 17th April 2024 16:25 Europe/London time.