2.2 The Templates Directory
All Template Families live in the directory called templates. This contains the custom templates for a Tribiq site.
On a single site installation, you should see this:
templates/
mysitename
template family name/
Your site can have several Template Families. If there is more than one Family you will see this:
templates/
mysitename/
template family name 1/
template family name 2/
template family name 3/
Multi-Site Management
Under Multi-Site Management, your single CMS installation can host several sites. Each site can have one or more Template Families.
Because of this, you may have several directories inside the templates directory, one for each of the websites which are being run on your installation.
So you may see a structure under your templates directory like this:
templates/
sitename 1/
template family name 1a/
template family name 1b/
sitename 2/
template family name 2a/
template family name 2b/
Top of Page