Revision [10686]

This is an old revision of MetaRefresh made by JasonHuebel on 2005-08-14 14:29:41.

 

Meta Refresh Hack


Here's a quick hack that causes the HomePage to refresh automatically every 60 seconds. Open your actions/header.php file and add these lines anywhere in the <HEAD> block:

<?php if (($this->GetPageTag() == 'HomePage') && ($this->GetMethod() == 'show')) { ?>
        <meta http-equiv="Refresh" content="60" />
        <meta http-equiv="Expires" content="0" />
<?php } ?>


You can change the refresh time (in seconds) by changing the Refresh META tag.

--JasonHuebel


CategoryUserContributions
There are no comments on this page.
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki