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 19th March 2024 10:05 Europe/London time based on the source file dated 15th March 2024 17:00 Europe/London time.