controllers / ui.php
UI
Controller
UI manager handles such things as themes, languages, and outputting the correct HTML in general.
public
get_languages
(
)
public
get_languages
(
)
List all languages
Returns
languages
public
get_themes
(
)
public
get_themes
(
)
List all UI themes.
Returns
themes
public
html
(
)
public
html
(
)
Returns all HTML files in the framework as a single JSON object, including the views for all installed modules.
Returns
[html_file => html]