Changeset 1757

Show
Ignore:
Timestamp:
09/24/07 10:00:22 (14 months ago)
Author:
mbonetti
Message:

Applied patch for #493

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/gregarius/themes/default/web/header.php

    r1337 r1757  
    77    <?php echo rss_scheme_stylesheets(); ?> 
    88<?php echo rss_plugin_hook('rss.plugins.stylesheets', null); ?> 
    9 <?php if(rss_header_autorefreshtime() > 0) { ?> 
     9<?php if(rss_header_autorefreshtime() > 0 && !getConfig('rss.config.restrictrefresh')) { ?> 
    1010    <meta http-equiv="refresh"  content="<?php echo rss_header_autorefreshtime(); ?>;<?php echo rss_header_autorefreshurl() ?>" /> 
    1111<?php } ?>