Folder | | Description |
| |
| /admin | the templates here are going to be what creates your admin interface. While they are HTML pages jsut like all the other tempaltes, we recommend
not making any changes to them as that can cause certain parts of the program to stop working. Changes to these templates
aren't going to be something we can support. |
| |
| /articleLists | in this folder will be any template that is used to generate a list of articles. This includes headlines files, your
category index pages and the RSS feed. These tempaltes will typically create full pages (including the <html> and
<body> tags). |
| |
| /articlePages | these templates are used to create your individual article pages. These tempaltes will typically create full pages
(including the <html> and <body> tags).
|
| |
| |
| /categoryMenus | these templates are used to create files that are typically included onto the pages created by articleList or
articlePage templates. They will typically be used to create small tables and won't have a or tag.
Usually, these templates are used to create one file for each of your categories. |
| |
| /common | by default, this is the template that gets used to display an embedded media you have in your articles. Embedded media is
anything that you used the ***image1*** placeholders for in your content. |
| |
| /searchEngine | these are going to be your search templates. |
| |
| /singlePages | these templates are used to create single pages that are either used by all your other files or can be linked to |