Totally Zenned
- Join Date:
- Oct 2006
- Posts:
- 5,422
- Plugin Contributions:
- 0
Questions about the way a new 'page' is created
Say if I want to create a page which can be accessed at main_page=test, I have to create a folder named 'test' located in includes/modules/pages
This folder doesn't even have to content anything, it's just there to simply 'hold' the place. Is there anyway to avoid this?
Second question: say if I have several php files in there, are they gonna be loaded automatically?
Thank you.