-
Notifications
You must be signed in to change notification settings - Fork 8
Editing View Templates
keokilee edited this page Jan 3, 2011
·
3 revisions
The templates used by the system are loaded from two different locations:
- PROJECT_ROOT/templates
- PROJECT_ROOT/apps/
This templates folder contains global templates that are used by the system. These include error pages and the base HTML page for the entire site. Templates for specific sections of the website should not be added here.
Each folder in PROJECT_ROOT/apps/pages
have their own templates folder. For example, if you wanted to edit the index page of the home page, you would go to PROJECT_ROOT/apps/pages/home/templates/home/index.html
. The components section of apps (PROJECT_ROOT/apps/components
) may also have templates associated with them.