If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
As the title says, I have a HTML template and want to adapt it to Smarty.
Price is negotiable.
PM me if you have some knowledge and some time.
Greetings!
how many pages ?
is it only a html page or html with php code inside, with loops and mysql queries?
because if its only html you can simply rename it to a tpl and put it into the templates folder
but if it contains some mysql selects and loops in the page it requires some custom php codings.
The rest of the pages are custom!
There is only main page, called main.tpl (and it has some menu.tpl, footer.tpl etc).
It has not queries or php to process.
Only put the neccessary variables in the new template (line $('name'), $('login'), etc), and keep the styling (the css).
Comment