Function __global->load_html_page
Definitions
sources/site_html_pages.php
- Get the contents of an HTML page.HTML isn't great... no dynamicness/reconfigurability at all.We prefer Comcode with [html]HTML goes here[/html] usage.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$string | PATH | required parameter | N/A | N/A | The relative (to the software's base directory) path to the HTML page |
$file_base | ?PATH | Null | N/A | N/A | The file base to load from (null: standard) |
Return
- The page
- Type: string
- Set: N/A
- Range: N/A