Rev | Line | |
---|
[44] | 1 | ## misc/
|
---|
| 2 |
|
---|
| 3 | This directory holds page fragments and snippets that you may want to use across multiple template files.
|
---|
| 4 |
|
---|
| 5 | These files can be included in other theme files using the following code:
|
---|
| 6 |
|
---|
| 7 | <?php cfct_misc('nav-posts'); ?>
|
---|
| 8 |
|
---|
| 9 | Where `nav-posts.php` is the name of the file in the _misc/_ directory that you want to include.
|
---|
| 10 |
|
---|
| 11 |
|
---|
| 12 | ### Example File Descriptions
|
---|
| 13 |
|
---|
| 14 | - *banner.php* - This is used by Carrington to display a message that is passed to it.
|
---|
| 15 | - *nav-posts.php* - This is standard paging for posts pages.
|
---|
| 16 |
|
---|
| 17 | This directory is not used by the Carrington engine (template naming conventions are not supported), it is provided solely for convenience and for better organization of these files.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.