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

render_filter_bar_button()

Description

Render a filter bar button

Parameters

ColumnTypeDefaultDescription
$text string Button text
$attr string Button attributes
$icon string HTML for icon element (e.g "")

Return

void

Location

include/render_functions.php lines 3131 to 3138

Definition

 
function render_filter_bar_button($text$attr$icon)
    {
    
?>
    <div class="InpageNavLeftBlock">
        <button type="button"  echo $attr?>> echo $icon escape($text); ?></button>
    </div>
    
    
}

This article was last updated 19th March 2024 03:35 Europe/London time based on the source file dated 15th March 2024 17:00 Europe/London time.