Basically this is how the themes are structured in 2.x:
all themes go into temerity_themes/themename/
the only required files in there are -And one for each module (When I write this the following pages are required)
input_form.html is merely the html that surrounds the forms.
output_info.html is merely the html that surrounds the success information.
These are kept seperate so that you have more options
error.html is the page you are thrown to if there is an error
Next up are the files for creating forms and providing output namely those for the modules
What makes these special?
Ways to account for frequent changes:
Forms
Input, Output, Index
That is a basic guide to how the theming works. There is probably some stuff left off here, but I can't think of what right now. If you find something that needs more explaining or something, just let me know! (Check the contact page for current contact info)
|