Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Customizing Blesta through template modifications.

Table of Contents

Template Changes

Often people modify the client area templates to make them match their website. While we can't provide a less on HTML and CSS, we can point you in the right direction.

  • /app/views/client/bootstrap/structure.pdt contains the header and the footer of the client area and front facing pages
  • If you will be changing CSS styles, we recommend you create a new stylesheet, called something like overrides.css and add it to structure.pdt after all of the other styles. Any styles you add will override the defaults. Using your own CSS file will mean easier upgrades in the future as you will only have to update the template to load your stylesheet, not replace it altogether.

Detecting Company

In your templates you can evaluate $system_company->id to display different information based on the company ID. The first company ID of every fresh Blesta installation is "1". If using multi-company, the 2nd company would be "2", and so on. Check the ID in the link for the company under Settings > System > Companies to determine the company ID.

...