How can I include header.html and footer.html into offline page? I try to use : {include file="header.html"} But smarty got me ERROR. I want offline page fit my site look and feel. Bader
What was the smarty error? I suspect it is because of your pathing somthing like this should work: {include file="templates/header.html"}