GHengeveld |
|
---|---|
Hi and welcome to the Cotonti community. Yes, we're not one of the big guys, but we do have a small team of active developers that are very willing to help. For most beginners Cotonti is attractive because it is easy to learn and understand. Because the Cotonti codebase is very small it's easy to find what you're looking for. The fact that most of the code is procedural (not object-oriented), it is very easy to read and understand. The best way to find what you're looking for is to look at the code itself. You can find all the TPL tags in the files in the 'inc' folder in most modules. For example most tags for pages are in modules/page/inc/page.main.php and page.functions.php. Maybe its not as simple as a list of all the tags, but it will give you valuable insight in how the system works. If you're going to create your own theme, it's easiest to copy an existing one and modify that. |