Difference between revisions of "Admin Area Template Files"
From WHMCS Documentation
m |
|||
Line 1: | Line 1: | ||
− | The main parts of the administration area are customisable in the same way as the [ | + | The main parts of the administration area are customisable in the same way as the [https://developers.whmcs.com/themes/ Client Area]. Below is a list of templates and what they correspond to: |
*'''header.tpl''' - the header common to all pages | *'''header.tpl''' - the header common to all pages | ||
Line 8: | Line 8: | ||
*'''clientssummary.tpl''' - the clients overview page | *'''clientssummary.tpl''' - the clients overview page | ||
*'''viewticket.tpl''' - the admin view & response ticket page | *'''viewticket.tpl''' - the admin view & response ticket page | ||
− | |||
<div class="docs-alert-info"> | <div class="docs-alert-info"> | ||
Line 14: | Line 13: | ||
Template files are all located in the '''admin/templates/themename''' directory. This is relative to the WHMCS installation's root.</div> | Template files are all located in the '''admin/templates/themename''' directory. This is relative to the WHMCS installation's root.</div> | ||
− | <div class="docs-related-pages">See also [ | + | <div class="docs-related-pages">See also [https://developers.whmcs.com/themes/variables/ Template Syntax]</div> |
Revision as of 18:53, 22 October 2017
The main parts of the administration area are customisable in the same way as the Client Area. Below is a list of templates and what they correspond to:
- header.tpl - the header common to all pages
- menu.tpl - The admin menu items common to all pages
- sidebar.tpl - the sidebar containing section links and stats
- footer.tpl - the footer shown on all pages
- homepage.tpl - the administration dashboard/overview shown immediately after login
- clientssummary.tpl - the clients overview page
- viewticket.tpl - the admin view & response ticket page
Template File Location