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 428 to 431

Definition

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

This article was last updated 5th May 2024 17:05 Europe/London time based on the source file dated 3rd May 2024 14:45 Europe/London time.