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

config_section_header()

Description

Generate an html text section header

Parameters

ColumnTypeDefaultDescription
$title string the title of the section.
$description string the user text displayed to describe the section. Usually a $lang string.

Location

include/plugin_functions.php lines 612 to 623

Definition

 
function config_section_header($title$description)
    {
?>
   <div class="Question">
    <br /><h2> echo $title?></h2>
     if ($description!=""){?>
        <p> echo $description?></p>
     ?>
    <div class="clearerleft"></div>
  </div>

    
}

This article was last updated 28th March 2024 23:35 Europe/London time based on the source file dated 28th March 2024 11:25 Europe/London time.