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

config_html()

Description

Generate arbitrary html

Parameters

ColumnTypeDefaultDescription
$content string arbitrary HTML

Location

include/config_functions.php lines 427 to 430

Definition

 
function config_html($content)
    {
    echo 
$content;
    }

This article was last updated 28th March 2024 21:05 Europe/London time based on the source file dated 19th March 2024 14:25 Europe/London time.