Function Module_admin_themes->edit_templates
Definitions
adminzone/pages/modules/admin_themes.php
- The UI to edit a template file (actualisation is via AJAX).
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: object
Returns
- The UI
- Type: Tempcode
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* The UI to edit a template file (actualisation is via AJAX).
*
* @return Tempcode The UI
*/
public function edit_templates() : object
* The UI to edit a template file (actualisation is via AJAX).
*
* @return Tempcode The UI
*/
public function edit_templates() : object

