diff options
author | rub <rub@piwigo.org> | 2007-02-25 22:26:52 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2007-02-25 22:26:52 +0000 |
commit | b3e3b8dcf0970ebe1ce517efa3ee6e2213b40ab3 (patch) | |
tree | 673c93959bb1e5129ab47703d01e552cd6b80b3b /include | |
parent | 3a64bf1502e662b758a1a01cc5b7ad55e025f26e (diff) |
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
git-svn-id: http://piwigo.org/svn/trunk@1857 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/config_default.inc.php | 3 | ||||
-rw-r--r-- | include/functions_notification.inc.php | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php index 3c3d0e7e0..5879fe2d8 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -4,8 +4,7 @@ // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | // | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net | // +-----------------------------------------------------------------------+ -// | branch : BSF (Best So Far) -// | file : $RCSfile$ +// | file : $Id$ // | last update : $Date$ // | last modifier : $Author$ // | revision : $Revision$ diff --git a/include/functions_notification.inc.php b/include/functions_notification.inc.php index d67b02ec6..8677d5bff 100644 --- a/include/functions_notification.inc.php +++ b/include/functions_notification.inc.php @@ -4,7 +4,6 @@ // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | // | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net | // +-----------------------------------------------------------------------+ -// | branch : BSF (Best So Far) // | file : $Id$ // | last update : $Date$ // | last modifier : $Author$ |