Difference between revisions of "Admin Area Template Files"

From WHMCS Documentation

(Updated for 4.0.0)
Line 1: Line 1:
Certain parts of the administration area of WHMCS are customisable in the same way as the [[Client Area Template Files|client area]]. This has been available since v3.6.1 but as of version 4.0.0 the following areas can be customised:
+
The main parts of the administration area are customisable in the same way as the [[Client Area Template Files|client area]]. Below is a list of templates and what they correspond to:
  
* The admin area header: "header.tpl"
+
*'''header.tpl''' - the header common to all pages
* The admin area footer: "footer.tpl"
+
*'''sidebar.tpl''' - the sidebar containing section links and stats
* The administration dashboard/homepage: ''homepage.tpl''
+
*'''footer.tpl''' - the footer shown on all pages
* The left-hand statistics panel for all pages: "siderbar.tpl"
+
*'''homepage.tpl''' - the administration dashboard/overview shown immediately after login
* The clients summary page: ''clientssummary.tpl''
+
*'''clientssummary.tpl''' - the clients overview page
 +
*'''viewticket.tpl''' - the admin view & response ticket page
 +
*'''style.css''' - the CSS file defining the colors and appearence of all areas of the admin area
  
These files are all located in the ''admin/templates/themename'' directory, relative to your WHMCS installation's root, which also contains ''style.css'' and the images folder so you can customise the appearance and colors of your administration panel.
+
These files are all located in the '''admin/templates/themename''' directory, relative to your WHMCS installation's root.
  
 
See also [[Template Syntax]]
 
See also [[Template Syntax]]

Revision as of 17:38, 1 November 2009

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
  • 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
  • style.css - the CSS file defining the colors and appearence of all areas of the admin area

These files are all located in the admin/templates/themename directory, relative to your WHMCS installation's root.

See also Template Syntax