Show
Ignore:
Timestamp:
09/03/08 04:41:03 (4 months ago)
Author:
ringmaster
Message:

Add an option for the number of posts to appear in a feed. Thanks, mikelietz. Fixes #628.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/htdocs/system/classes/installhandler.php

    r2296 r2435  
    553553        Options::set('base_url', substr($_SERVER['REQUEST_URI'], 0, strrpos($_SERVER['REQUEST_URI'], '/') + 1)); 
    554554        Options::set('pagination', '5'); 
     555        Options::set('atom_entries', '5'); 
    555556        Options::set( 'theme_name', 'k2' ); 
    556557        Options::set( 'theme_dir' , 'k2' );