Themes.template.php
Simple Machines Forum (SMF)
Tags
Table of Contents
Functions
- template_main() : mixed
- The main sub template - for theme administration.
- template_list_themes() : mixed
- This lists all themes
- template_reset_list() : mixed
- This lets you reset themes
- template_set_options() : mixed
- This displays the form for setting theme options
- template_set_settings() : mixed
- The page for setting and managing theme settings.
- template_pick() : mixed
- This template allows for the selection of different themes ;)
- template_installed() : mixed
- Okay, that theme was installed/updated successfully!
- template_edit_list() : mixed
- The page for editing themes.
- template_copy_template() : mixed
- The page allowing you to copy a template from one theme to another.
- template_edit_browse() : mixed
- This lets you browse a list of files in a theme so you can choose which one to edit.
- template_edit_style() : mixed
- Wanna edit the stylesheet?
- template_edit_template() : mixed
- This edits the template.
- template_edit_file() : mixed
- This allows you to edit a file
Functions
template_main()
The main sub template - for theme administration.
template_main() : mixed
template_list_themes()
This lists all themes
template_list_themes() : mixed
template_reset_list()
This lets you reset themes
template_reset_list() : mixed
template_set_options()
This displays the form for setting theme options
template_set_options() : mixed
template_set_settings()
The page for setting and managing theme settings.
template_set_settings() : mixed
template_pick()
This template allows for the selection of different themes ;)
template_pick() : mixed
template_installed()
Okay, that theme was installed/updated successfully!
template_installed() : mixed
template_edit_list()
The page for editing themes.
template_edit_list() : mixed
template_copy_template()
The page allowing you to copy a template from one theme to another.
template_copy_template() : mixed
Tags
template_edit_browse()
This lets you browse a list of files in a theme so you can choose which one to edit.
template_edit_browse() : mixed
template_edit_style()
Wanna edit the stylesheet?
template_edit_style() : mixed
template_edit_template()
This edits the template.
template_edit_template() : mixed
..
template_edit_file()
This allows you to edit a file
template_edit_file() : mixed