Changeset 1871 for trunk/feed.php


Ignore:
Timestamp:
Mar 4, 2007, 11:40:28 PM (17 years ago)
Author:
rub
Message:

Add on $conf value of the function get_recent_post_dates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/feed.php

    r1858 r1871  
    33// | PhpWebGallery - a PHP based picture gallery                           |
    44// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
    5 // | Copyright (C) 2003-2006 PhpWebGallery Team - http://phpwebgallery.net |
     5// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
    66// +-----------------------------------------------------------------------+
    77// | file          : $Id$
     
    165165}
    166166
    167 $dates = get_recent_post_dates(5, 6, 6);
     167$dates = get_recent_post_dates_array($conf['recent_post_dates']['RSS']);
    168168
    169169foreach($dates as $date_detail)
Note: See TracChangeset for help on using the changeset viewer.