Changeset 2435
- Timestamp:
- 09/03/08 04:41:03 (3 months ago)
- Location:
- trunk/htdocs/system/classes
- Files:
-
- 3 modified
-
adminhandler.php (modified) (1 diff)
-
atomhandler.php (modified) (1 diff)
-
installhandler.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htdocs/system/classes/adminhandler.php
r2433 r2435 160 160 'pagination' => array( 161 161 'label' => _t('Items per Page'), 162 'type' => 'text', 163 'helptext' => '', 164 ), 165 'atom_entries' => array( 166 'label' => _t('Entries to show in Atom feed'), 162 167 'type' => 'text', 163 168 'helptext' => '', -
trunk/htdocs/system/classes/atomhandler.php
r2418 r2435 634 634 $params['status'] = Post::status('published'); 635 635 $params['orderby'] = 'updated DESC'; 636 $params['limit'] = Options::get( 'atom_entries' ); 636 637 637 638 $params= array_merge( $params, $rr_args ); -
trunk/htdocs/system/classes/installhandler.php
r2296 r2435 553 553 Options::set('base_url', substr($_SERVER['REQUEST_URI'], 0, strrpos($_SERVER['REQUEST_URI'], '/') + 1)); 554 554 Options::set('pagination', '5'); 555 Options::set('atom_entries', '5'); 555 556 Options::set( 'theme_name', 'k2' ); 556 557 Options::set( 'theme_dir' , 'k2' );
