HTML to TPL conversion
Hi, I have to reskin a script called 'ClipShare'. No designing needed or extra work. I have done all of that in html and CSS. My HTML files correspond to exact .TPL files that the script uses, for example, index.html to index.tpl and videos.html to videos.tpl etc. Now, my html files are just plain, non functional and static. The TPL files used by the script are in html but have extra bit of code using PHP/SMARTY engine. The coder has to integrate my design so its fully functional and workin...