I have a templated site written in php, something to the effect of a customized smarty template.
Do anybody know a quick way of UN-templating it?
I just want to use the php for the site reg. system. But I want just html static pages for the rest of site.
Problem is.... Footer is in one file, Header in another, Body is broken in 3 parts and in different files... Please help if you can...
http://59.162.92.178/vacation/index.php
Templated Site
Moderator: General Moderators
Re: Templated Site
Jren, keep in mind that the whole idea of a template is a starting place, and that it should be designed such that you can build your pages around it. Rather than fighting the template, simply modify the parts so that it uses your design around the PHP. If you don't have the appropriate PHP in the right places, then the system will most likely not work. If you don't like the way that the specific back-end works, then you should probably look for a different CMS or template system.