Changeset 1857


Ignore:
Timestamp:
Feb 25, 2007, 11:26:52 PM (17 years ago)
Author:
rub
Message:

Reduce number of images on NBM for more visibility. (Next parameters for RSS & NBM on $conf in order to be more easy to modify)
Use $id$ on php headers

Location:
trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/include/functions_notification_by_mail.inc.php

    r1850 r1857  
    66// | Copyright (C) 2006-2007 Ruben ARNAUD - team@phpwebgallery.net         |
    77// +-----------------------------------------------------------------------+
    8 // | branch        : BSF (Best So Far)
    9 // | file          : $RCSfile$
     8// | file          : $Id: install.php 1855 2007-02-25 11:42:25Z rub $
    109// | last update   : $Date: 2006-03-23 02:49:04 +0100 (jeu., 23 mars 2006) $
    1110// | last modifier : $Author: rvelices $
  • trunk/admin/notification_by_mail.php

    r1818 r1857  
    66// | Copyright (C) 2006-2007 Ruben ARNAUD - team@phpwebgallery.net         |
    77// +-----------------------------------------------------------------------+
    8 // | branch        : BSF (Best So Far)
    9 // | file          : $RCSfile$
     8// | file          : $Id$
    109// | last update   : $Date$
    1110// | last modifier : $Author$
     
    355354              if ($conf['nbm_send_html_mail'] and $conf['nbm_send_recent_post_dates'])
    356355              {
    357                 $recent_post_dates = get_recent_post_dates(7, 5, 9);
     356                $recent_post_dates = get_recent_post_dates(7, 3, 9);
    358357                foreach ($recent_post_dates as $date_detail)
    359358                {
  • trunk/feed.php

    r1850 r1857  
    55// | Copyright (C) 2003-2006 PhpWebGallery Team - http://phpwebgallery.net |
    66// +-----------------------------------------------------------------------+
    7 // | branch        : BSF (Best So Far)
    87// | file          : $RCSfile$
    98// | last update   : $Date$
  • trunk/include/config_default.inc.php

    r1853 r1857  
    55// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
    66// +-----------------------------------------------------------------------+
    7 // | branch        : BSF (Best So Far)
    8 // | file          : $RCSfile$
     7// | file          : $Id$
    98// | last update   : $Date$
    109// | last modifier : $Author$
  • trunk/include/functions_notification.inc.php

    r1814 r1857  
    55// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
    66// +-----------------------------------------------------------------------+
    7 // | branch        : BSF (Best So Far)
    87// | file          : $Id$
    98// | last update   : $Date$
Note: See TracChangeset for help on using the changeset viewer.