CNCat 4.3 User Manual
Appendix A: Design Themes
Design of CNCat web directory pages is configured with the help of special themes. Selection of a theme is performed in the administrative interface of the web directory (Settings – Web Directory – Theme).
CNCat design themes have the following features:
- arrangement of pages elements in optional order;
- display of optional fields for categories, subcategories, links and articles;
- variables display;
- support of conditions (if-then-else);
- templates nesting.
Note: PHP-code is not supported in themes. In case it is necessary to execute PHP-code, one should create files _top.php and/or _bottom.php, which will be displayed at the beginning and at the end of the web directory page.
__________