Function __global->get_templates_list
Definitions
sources/zones3.php
- Get the map of names/titles of the available templates.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- The names and titles of all available templates (title refers to the text within the first [title] tag in the template file)
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the map of names/titles of the available templates.
*
* @return array The names and titles of all available templates (title refers to the text within the first [title] tag in the template file)
*/
function get_templates_list() : array
* Get the map of names/titles of the available templates.
*
* @return array The names and titles of all available templates (title refers to the text within the first [title] tag in the template file)
*/
function get_templates_list() : array
