Hi i am currently in the process of making a brand new website for my VA, and i was wandering if there is any way that i can make it/design it in dreamweaver and then add
all the scripts like login, pireps into a specially made page for that specific job.
I want to make every individual page then add all the scripts and link them too the phpvms.
The way I usually do it is make an entire example home page then:
• Decide where the content begins, copy everything above into header.tpl.
• Decide where the content ends, copy everything below into footer.tpl
• Copy everything left into frontpage_mail.tpl and add the code for the content (news, new pilots etc) where your example content is.
These go in lib/skins/yourtheme/
et voila, you have yourself a skin. Just need to edit other template files (found at core/templates/) if necessary and place them in your theme directory.