Collections functions
General 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 3149 to 3157

Definition

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

This article was last updated 30th November 2023 17:35 Europe/London time based on the source file dated 29th November 2023 14:55 Europe/London time.