Weather by You!

Templates and Projects support => Html Templates => Topic started by: thecivvie on June 27, 2012, 01:45:44 PM

Title: Include files
Post by: thecivvie on June 27, 2012, 01:45:44 PM
Hi

I use the sunny weather template at my site http://http://www.renvyleweather.com but I have added a few extra bits, Google Adsense, twitter box etc. They have to be copied to every page.

Is there a way to have standard header include files, body and footer include files so that they maintain a uniform look
Title: Re: Include files
Post by: Mr.Meteo on June 27, 2012, 02:07:24 PM
Hi,

This template is intended for "newbies", in plain html, without
any include or things like that!

But sure, if you have a bit of  knowledge about Php, you could
easily take head, menus and footers to external files, that you
call by a Php "include".

Just keep in mind that what you put outside of html files
would not have any <#webtags> inside, or you'll loose any
processing done by Cumulus on those special tags!

Cheers,
Jacques
Title: Re: Include files
Post by: thecivvie on June 27, 2012, 02:25:16 PM
Will have a look at it and see what I can do