I’m switching my site to the USA PHP template and wanted to be able to automatically reload several pages as I had been doing with the HTML template. In the HTML template I added the code within the section of the page I wanted to automatically reload (for example, Ridge radar loops at http://www.spacecoastweather.org/wx8.html). How can I do the same thing in the PHP template?
Works the same way in PHP
I’d suggest you use
as that is XHTML 1.0-Transitional like the templates.
If you want to do it on ALL pages in the site, put it in top.php
otherwise, include the line before the on any of the wx…php pages you want to reload automatically.
Best regards,
Ken
Thanks Ken. I was looking for a in the PHP files and didn’t see any, not realizing there was a .