Topic: [Theme] placing action hook
Hi guys,
First of thanks to the main developer for making this wonderful, minimal, not sot feature bloat CMS. I really like it; very much
I'm developing a custom theme, I understand that Monstra has nice action-hooks system (observable pattern). My question is, where should I place all my custom hook functions. should I put it inside the template file (this could be messy) or separate file. And is there any hierarchical maps of how the theme load. something like:
../themes/index.php -> header -> content -> footer
Thanks in advance.