Difference between revisions of "Admin Area Template Files"

From WHMCS Documentation

m (DOCS-6351)
m
Line 10: Line 10:
 
*'''style.css''' - the CSS file defining the colors and appearence of all areas of the admin area
 
*'''style.css''' - the CSS file defining the colors and appearence of all areas of the admin area
  
Template files are all located in the '''admin/templates/themename''' directory. These are relative to your WHMCS installation's root.
+
<div class="docs-alert-info">
 +
<span class="title">Template File Location</span><br />
 +
Template files are all located in the '''admin/templates/themename''' directory. These are relative to your WHMCS installation's root.</div>
  
 
<div class="docs-related-pages">See also [[Template Syntax]]</div>
 
<div class="docs-related-pages">See also [[Template Syntax]]</div>

Revision as of 15:15, 4 January 2016

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

Template File Location

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