aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorz0rglub <z0rglub@piwigo.org>2003-08-24 07:40:56 +0000
committerz0rglub <z0rglub@piwigo.org>2003-08-24 07:40:56 +0000
commit6cbffaa646892d4d100967a5b28c86eefe1e051d (patch)
tree287571a37136cae6559dc6fd6059556dd9ba3b03
parent0f502ef69ed74a0cd599158d3599a9834b77e850 (diff)
improve the header of each file
git-svn-id: http://piwigo.org/svn/trunk@57 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--about.php6
-rw-r--r--admin/admin.php6
-rw-r--r--admin/cat_list.php8
-rw-r--r--admin/cat_modify.php6
-rw-r--r--admin/cat_perm.php6
-rw-r--r--admin/comments.php6
-rw-r--r--admin/configuration.php6
-rw-r--r--admin/create_listing_file.php10
-rw-r--r--admin/group_list.php8
-rw-r--r--admin/group_perm.php8
-rw-r--r--admin/help.php6
-rw-r--r--admin/include/functions.php6
-rw-r--r--admin/include/isadmin.inc.php6
-rw-r--r--admin/infos_images.php6
-rw-r--r--admin/install.php8
-rw-r--r--admin/stats.php6
-rw-r--r--admin/thumbnail.php6
-rw-r--r--admin/update.php6
-rw-r--r--admin/user_add.php6
-rw-r--r--admin/user_list.php6
-rw-r--r--admin/user_modify.php6
-rw-r--r--admin/user_perm.php6
-rw-r--r--admin/waiting.php6
-rw-r--r--category.php6
-rw-r--r--identification.php6
-rw-r--r--include/config.inc.php6
-rw-r--r--include/functions.inc.php6
-rw-r--r--include/functions_category.inc.php6
-rw-r--r--include/functions_group.inc.php6
-rw-r--r--include/functions_session.inc.php6
-rw-r--r--include/functions_user.inc.php6
-rw-r--r--include/functions_xml.inc.php6
-rw-r--r--include/index.php10
-rw-r--r--include/init.inc.php6
-rw-r--r--include/user.inc.php6
-rw-r--r--index.php10
-rw-r--r--picture.php6
-rw-r--r--profile.php6
-rw-r--r--register.php8
-rw-r--r--search.php8
-rw-r--r--template/default/htmlfunctions.inc.php6
-rw-r--r--template/default/style.inc.php8
-rw-r--r--upload.php6
43 files changed, 197 insertions, 87 deletions
diff --git a/about.php b/about.php
index 0fedfa6fd..322a82d86 100644
--- a/about.php
+++ b/about.php
@@ -2,8 +2,10 @@
/***************************************************************************
* about.php *
* ------------------ *
- * application : PhpWebGallery 1.3 *
- * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * application : PhpWebGallery 1.3 <http://phpwebgallery.net> *
+ * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * *
+ * $Id$
* *
***************************************************************************/
diff --git a/admin/admin.php b/admin/admin.php
index 37365fd51..7ea97fdd7 100644
--- a/admin/admin.php
+++ b/admin/admin.php
@@ -2,8 +2,10 @@
/***************************************************************************
* admin.php *
* ------------------- *
- * application : PhpWebGallery 1.3 *
- * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * application : PhpWebGallery 1.3 <http://phpwebgallery.net> *
+ * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * *
+ * $Id$
* *
***************************************************************************/
diff --git a/admin/cat_list.php b/admin/cat_list.php
index b58e25d24..97816b088 100644
--- a/admin/cat_list.php
+++ b/admin/cat_list.php
@@ -1,10 +1,12 @@
<?php
/***************************************************************************
- * cat.php *
+ * cat_list.php *
* ------------------- *
- * application : PhpWebGallery 1.3 *
+ * application : PhpWebGallery 1.3 <http://phpwebgallery.net> *
* website : http://www.phpwebgallery.net *
- * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * *
+ * $Id$
* *
***************************************************************************/
diff --git a/admin/cat_modify.php b/admin/cat_modify.php
index a10655975..90b3cac48 100644
--- a/admin/cat_modify.php
+++ b/admin/cat_modify.php
@@ -2,8 +2,10 @@
/***************************************************************************
* cat_modify.php *
* ------------------- *
- * application : PhpWebGallery 1.3 *
- * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * application : PhpWebGallery 1.3 <http://phpwebgallery.net> *
+ * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * *
+ * $Id$
* *
***************************************************************************/
diff --git a/admin/cat_perm.php b/admin/cat_perm.php
index 6ea50a73a..48c671552 100644
--- a/admin/cat_perm.php
+++ b/admin/cat_perm.php
@@ -2,8 +2,10 @@
/***************************************************************************
* cat_perm.php *
* ------------------ *
- * application : PhpWebGallery 1.3 *
- * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * application : PhpWebGallery 1.3 <http://phpwebgallery.net> *
+ * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * *
+ * $Id$
* *
***************************************************************************/
diff --git a/admin/comments.php b/admin/comments.php
index d6bd55379..127d495f4 100644
--- a/admin/comments.php
+++ b/admin/comments.php
@@ -2,8 +2,10 @@
/***************************************************************************
* comments.php *
* ------------------- *
- * application : PhpWebGallery 1.3 *
- * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * application : PhpWebGallery 1.3 <http://phpwebgallery.net> *
+ * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * *
+ * $Id$
* *
***************************************************************************/
diff --git a/admin/configuration.php b/admin/configuration.php
index 71802db1f..de2cc6f26 100644
--- a/admin/configuration.php
+++ b/admin/configuration.php
@@ -2,9 +2,11 @@
/***************************************************************************
* configuration.php *
* ------------------- *
- * application : PhpWebGallery 1.3 *
+ * application : PhpWebGallery 1.3 <http://phpwebgallery.net> *
* website : http://www.phpwebgallery.net *
- * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * *
+ * $Id$
* *
***************************************************************************/
diff --git a/admin/create_listing_file.php b/admin/create_listing_file.php
index 1a066a12e..97e061be1 100644
--- a/admin/create_listing_file.php
+++ b/admin/create_listing_file.php
@@ -1,4 +1,14 @@
<?php
+/***************************************************************************
+ * create_listing_file.php *
+ * ------------------- *
+ * application : PhpWebGallery 1.3 <http://phpwebgallery.net> *
+ * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * *
+ * $Id$
+ * *
+ ***************************************************************************/
+
$prefix_thumbnail = 'TN-';
$conf['picture_ext'] = array ( 'jpg', 'gif', 'png', 'JPG', 'GIF', 'PNG' );
diff --git a/admin/group_list.php b/admin/group_list.php
index c600480bc..4ea0104c7 100644
--- a/admin/group_list.php
+++ b/admin/group_list.php
@@ -1,9 +1,11 @@
<?php
/***************************************************************************
- * group.php *
+ * group_list.php *
* ------------------- *
- * application : PhpWebGallery 1.3 *
- * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * application : PhpWebGallery 1.3 <http://phpwebgallery.net> *
+ * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * *
+ * $Id$
* *
***************************************************************************/
diff --git a/admin/group_perm.php b/admin/group_perm.php
index ef514f6b2..f2993f07c 100644
--- a/admin/group_perm.php
+++ b/admin/group_perm.php
@@ -1,9 +1,11 @@
<?php
/***************************************************************************
- * group_perm.php *
+ * group_perm.php *
* ------------------ *
- * application : PhpWebGallery 1.3 *
- * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * application : PhpWebGallery 1.3 <http://phpwebgallery.net> *
+ * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * *
+ * $Id$
* *
***************************************************************************/
diff --git a/admin/help.php b/admin/help.php
index 7de9597f8..307c6ca5f 100644
--- a/admin/help.php
+++ b/admin/help.php
@@ -2,8 +2,10 @@
/***************************************************************************
* help.php *
* ------------------- *
- * application : PhpWebGallery 1.3 *
- * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * application : PhpWebGallery 1.3 <http://phpwebgallery.net> *
+ * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * *
+ * $Id$
* *
***************************************************************************/
diff --git a/admin/include/functions.php b/admin/include/functions.php
index 6a5ed195e..dfb4aab90 100644
--- a/admin/include/functions.php
+++ b/admin/include/functions.php
@@ -2,8 +2,10 @@
/***************************************************************************
* functions.php *
* ------------------- *
- * application : PhpWebGallery 1.3 *
- * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * application : PhpWebGallery 1.3 <http://phpwebgallery.net> *
+ * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * *
+ * $Id$
* *
***************************************************************************
diff --git a/admin/include/isadmin.inc.php b/admin/include/isadmin.inc.php
index 17ef1435f..d6f8c2cc5 100644
--- a/admin/include/isadmin.inc.php
+++ b/admin/include/isadmin.inc.php
@@ -2,8 +2,10 @@
/***************************************************************************
* isadmin.inc.php *
* ------------------- *
- * application : PhpWebGallery 1.3 *
- * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * application : PhpWebGallery 1.3 <http://phpwebgallery.net> *
+ * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * *
+ * $Id$
* *
***************************************************************************
diff --git a/admin/infos_images.php b/admin/infos_images.php
index c638d883d..9a8b77939 100644
--- a/admin/infos_images.php
+++ b/admin/infos_images.php
@@ -2,8 +2,10 @@
/***************************************************************************
* infos_images.php *
* ------------------ *
- * application : PhpWebGallery 1.3 *
- * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * application : PhpWebGallery 1.3 <http://phpwebgallery.net> *
+ * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * *
+ * $Id$
* *
***************************************************************************/
diff --git a/admin/install.php b/admin/install.php
index 91a235f7b..b02cf503e 100644
--- a/admin/install.php
+++ b/admin/install.php
@@ -1,9 +1,11 @@
<?php
/***************************************************************************
- * install_step1.php is a part of PhpWebGallery *
+ * install.php *
* ------------------- *
- * last update : Tuesday, July 16, 2002 *
- * email : pierrick@z0rglub.com *
+ * application : PhpWebGallery 1.3 <http://phpwebgallery.net> *
+ * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * *
+ * $Id$
* *
***************************************************************************/
diff --git a/admin/stats.php b/admin/stats.php
index 6e2b47cc2..6561a9eb9 100644
--- a/admin/stats.php
+++ b/admin/stats.php
@@ -2,8 +2,10 @@
/***************************************************************************
* stats.php *
* ------------------- *
- * application : PhpWebGallery 1.3 *
- * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * application : PhpWebGallery 1.3 <http://phpwebgallery.net> *
+ * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * *
+ * $Id$
* *
***************************************************************************/
diff --git a/admin/thumbnail.php b/admin/thumbnail.php
index 747c22dd3..171049a1c 100644
--- a/admin/thumbnail.php
+++ b/admin/thumbnail.php
@@ -2,8 +2,10 @@
/***************************************************************************
* thumbnail.php *
* ------------------- *
- * application : PhpWebGallery 1.3 *
- * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * application : PhpWebGallery 1.3 <http://phpwebgallery.net> *
+ * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * *
+ * $Id$
* *
***************************************************************************/
diff --git a/admin/update.php b/admin/update.php
index 30d8e0f88..9e6b07e7d 100644
--- a/admin/update.php
+++ b/admin/update.php
@@ -2,8 +2,10 @@
/***************************************************************************
* update.php *
* ------------------ *
- * application : PhpWebGallery 1.3 *
- * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * application : PhpWebGallery 1.3 <http://phpwebgallery.net> *
+ * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * *
+ * $Id$
* *
***************************************************************************/
diff --git a/admin/user_add.php b/admin/user_add.php
index d138c4933..d2353d212 100644
--- a/admin/user_add.php
+++ b/admin/user_add.php
@@ -2,8 +2,10 @@
/***************************************************************************
* user_add.php *
* ------------------- *
- * application : PhpWebGallery 1.3 *
- * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * application : PhpWebGallery 1.3 <http://phpwebgallery.net> *
+ * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * *
+ * $Id$
* *
***************************************************************************/
diff --git a/admin/user_list.php b/admin/user_list.php
index feb074929..984c5488b 100644
--- a/admin/user_list.php
+++ b/admin/user_list.php
@@ -2,8 +2,10 @@
/***************************************************************************
* user_list.php *
* ------------------- *
- * application : PhpWebGallery 1.3 *
- * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * application : PhpWebGallery 1.3 <http://phpwebgallery.net> *
+ * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * *
+ * $Id$
* *
***************************************************************************/
diff --git a/admin/user_modify.php b/admin/user_modify.php
index 792eef16b..69104704e 100644
--- a/admin/user_modify.php
+++ b/admin/user_modify.php
@@ -2,8 +2,10 @@
/***************************************************************************
* user_modify.php *
* ------------------- *
- * application : PhpWebGallery 1.3 *
- * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * application : PhpWebGallery 1.3 <http://phpwebgallery.net> *
+ * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * *
+ * $Id$
* *
***************************************************************************/
diff --git a/admin/user_perm.php b/admin/user_perm.php
index 9284b9b24..d95d73c6b 100644
--- a/admin/user_perm.php
+++ b/admin/user_perm.php
@@ -2,8 +2,10 @@
/***************************************************************************
* user_perm.php *
* ------------------ *
- * application : PhpWebGallery 1.3 *
- * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * application : PhpWebGallery 1.3 <http://phpwebgallery.net> *
+ * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * *
+ * $Id$
* *
***************************************************************************/
diff --git a/admin/waiting.php b/admin/waiting.php
index 2525c95ab..206705b8f 100644
--- a/admin/waiting.php
+++ b/admin/waiting.php
@@ -2,8 +2,10 @@
/***************************************************************************
* waiting.php *
* ------------------- *
- * application : PhpWebGallery 1.3 *
- * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * application : PhpWebGallery 1.3 <http://phpwebgallery.net> *
+ * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * *
+ * $Id$
* *
***************************************************************************/
diff --git a/category.php b/category.php
index c6cfe1f42..6d8bb68a3 100644
--- a/category.php
+++ b/category.php
@@ -2,8 +2,10 @@
/***************************************************************************
* category.php *
* ------------------- *
- * application : PhpWebGallery 1.3 *
- * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * application : PhpWebGallery 1.3 <http://phpwebgallery.net> *
+ * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * *
+ * $Id$
* *
***************************************************************************/
diff --git a/identification.php b/identification.php
index 2c8901a05..9d699a1a3 100644
--- a/identification.php
+++ b/identification.php
@@ -2,8 +2,10 @@
/***************************************************************************
* identification.php *
* ------------------ *
- * application : PhpWebGallery 1.3 *
- * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * application : PhpWebGallery 1.3 <http://phpwebgallery.net> *
+ * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * *
+ * $Id$
* *
***************************************************************************/
diff --git a/include/config.inc.php b/include/config.inc.php
index ae54d5616..14ae8a1bc 100644
--- a/include/config.inc.php
+++ b/include/config.inc.php
@@ -2,8 +2,10 @@
/***************************************************************************
* config.inc.php *
* ------------------- *
- * application : PhpWebGallery 1.3 *
- * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * application : PhpWebGallery 1.3 <http://phpwebgallery.net> *
+ * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * *
+ * $Id$
* *
***************************************************************************
diff --git a/include/functions.inc.php b/include/functions.inc.php
index fbc5f4d51..3345ef55f 100644
--- a/include/functions.inc.php
+++ b/include/functions.inc.php
@@ -2,8 +2,10 @@
/***************************************************************************
* functions.inc.php *
* ------------------- *
- * application : PhpWebGallery 1.3 *
- * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * application : PhpWebGallery 1.3 <http://phpwebgallery.net> *
+ * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * *
+ * $Id$
* *
***************************************************************************
diff --git a/include/functions_category.inc.php b/include/functions_category.inc.php
index f2ec5652a..031011b61 100644
--- a/include/functions_category.inc.php
+++ b/include/functions_category.inc.php
@@ -2,8 +2,10 @@
/***************************************************************************
* functions_category.inc.php *
* -------------------- *
- * application : PhpWebGallery 1.3 *
- * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * application : PhpWebGallery 1.3 <http://phpwebgallery.net> *
+ * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * *
+ * $Id$
* *
***************************************************************************
diff --git a/include/functions_group.inc.php b/include/functions_group.inc.php
index f8987ab29..68c01b68d 100644
--- a/include/functions_group.inc.php
+++ b/include/functions_group.inc.php
@@ -2,8 +2,10 @@
/***************************************************************************
* functions_group.inc.php *
* -------------------- *
- * application : PhpWebGallery 1.3 *
- * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * application : PhpWebGallery 1.3 <http://phpwebgallery.net> *
+ * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * *
+ * $Id$
* *
***************************************************************************
diff --git a/include/functions_session.inc.php b/include/functions_session.inc.php
index 34032b572..4ce08d92f 100644
--- a/include/functions_session.inc.php
+++ b/include/functions_session.inc.php
@@ -2,8 +2,10 @@
/***************************************************************************
* functions_session.inc.php *
* ------------------- *
- * application : PhpWebGallery 1.3 *
- * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * application : PhpWebGallery 1.3 <http://phpwebgallery.net> *
+ * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * *
+ * $Id$
* *
***************************************************************************
diff --git a/include/functions_user.inc.php b/include/functions_user.inc.php
index 1d55d4bbe..8f4b6e647 100644
--- a/include/functions_user.inc.php
+++ b/include/functions_user.inc.php
@@ -2,8 +2,10 @@
/***************************************************************************
* functions_user.inc.php *
* -------------------- *
- * application : PhpWebGallery 1.3 *
- * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * application : PhpWebGallery 1.3 <http://phpwebgallery.net> *
+ * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * *
+ * $Id$
* *
***************************************************************************
diff --git a/include/functions_xml.inc.php b/include/functions_xml.inc.php
index 61ed5d0f9..12cc82787 100644
--- a/include/functions_xml.inc.php
+++ b/include/functions_xml.inc.php
@@ -2,8 +2,10 @@
/***************************************************************************
* functions_xml.inc.php *
* ------------------- *
- * application : PhpWebGallery 1.3 *
- * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * application : PhpWebGallery 1.3 <http://phpwebgallery.net> *
+ * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * *
+ * $Id$
* *
***************************************************************************
diff --git a/include/index.php b/include/index.php
index 0b5239bb2..280a7e97b 100644
--- a/include/index.php
+++ b/include/index.php
@@ -1,4 +1,14 @@
<?php
+/***************************************************************************
+ * index.php *
+ * ------------------- *
+ * application : PhpWebGallery 1.3 <http://phpwebgallery.net> *
+ * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * *
+ * $Id$
+ * *
+ ***************************************************************************/
+
$url = '../category.php';
header( 'Request-URI: '.$url );
header( 'Content-Location: '.$url );
diff --git a/include/init.inc.php b/include/init.inc.php
index 0a8765cf9..87059e4c9 100644
--- a/include/init.inc.php
+++ b/include/init.inc.php
@@ -2,8 +2,10 @@
/***************************************************************************
* init.inc.php *
* ------------------- *
- * application : PhpWebGallery 1.3 *
- * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * application : PhpWebGallery 1.3 <http://phpwebgallery.net> *
+ * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * *
+ * $Id$
* *
***************************************************************************
diff --git a/include/user.inc.php b/include/user.inc.php
index a90e8983d..8fc399560 100644
--- a/include/user.inc.php
+++ b/include/user.inc.php
@@ -2,8 +2,10 @@
/***************************************************************************
* user.inc.php *
* ------------------ *
- * application : PhpWebGallery 1.3 *
- * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * application : PhpWebGallery 1.3 <http://phpwebgallery.net> *
+ * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * *
+ * $Id$
* *
***************************************************************************
diff --git a/index.php b/index.php
index 35f616f82..472ca8d15 100644
--- a/index.php
+++ b/index.php
@@ -1,4 +1,14 @@
<?php
+/***************************************************************************
+ * index.php *
+ * ------------------- *
+ * application : PhpWebGallery 1.3 <http://phpwebgallery.net> *
+ * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * *
+ * $Id$
+ * *
+ ***************************************************************************/
+
define( PREFIX_INCLUDE, '' );
include_once( './include/functions.inc.php' );
database_connection();
diff --git a/picture.php b/picture.php
index d447a33a8..4261a6205 100644
--- a/picture.php
+++ b/picture.php
@@ -2,8 +2,10 @@
/***************************************************************************
* picture.php *
* ------------------- *
- * application : PhpWebGallery 1.3 *
- * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * application : PhpWebGallery 1.3 <http://phpwebgallery.net> *
+ * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * *
+ * $Id$
* *
***************************************************************************/
diff --git a/profile.php b/profile.php
index 6d7cf557c..3aa5bb2c0 100644
--- a/profile.php
+++ b/profile.php
@@ -2,8 +2,10 @@
/***************************************************************************
* profile.php *
* ------------------- *
- * application : PhpWebGallery 1.3 *
- * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * application : PhpWebGallery 1.3 <http://phpwebgallery.net> *
+ * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * *
+ * $Id$
* *
***************************************************************************/
diff --git a/register.php b/register.php
index 76b7455d3..b491b87d8 100644
--- a/register.php
+++ b/register.php
@@ -1,9 +1,11 @@
<?php
/***************************************************************************
- * register.php is a part of PhpWebGallery *
+ * register.php *
* ------------------- *
- * last update : Saturday, December 28, 2002 *
- * email : pierrick@z0rglub.com *
+ * application : PhpWebGallery 1.3 <http://phpwebgallery.net> *
+ * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * *
+ * $Id$
* *
***************************************************************************/
diff --git a/search.php b/search.php
index fbae08c9f..d12e8203a 100644
--- a/search.php
+++ b/search.php
@@ -1,9 +1,11 @@
<?php
/***************************************************************************
- * search.php is a part of PhpWebGallery *
+ * search.php *
* ------------------- *
- * last update : Wednesday, July 25, 2002 *
- * email : pierrick@z0rglub.com *
+ * application : PhpWebGallery 1.3 <http://phpwebgallery.net> *
+ * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * *
+ * $Id$
* *
***************************************************************************/
diff --git a/template/default/htmlfunctions.inc.php b/template/default/htmlfunctions.inc.php
index 6d004efc5..2010a2768 100644
--- a/template/default/htmlfunctions.inc.php
+++ b/template/default/htmlfunctions.inc.php
@@ -2,8 +2,10 @@
/***************************************************************************
* htmlfunctions.inc.php *
* ------------------- *
- * application : PhpWebGallery 1.3 *
- * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * application : PhpWebGallery 1.3 <http://phpwebgallery.net> *
+ * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * *
+ * $Id$
* *
***************************************************************************
diff --git a/template/default/style.inc.php b/template/default/style.inc.php
index be09eb5d9..14ddebb66 100644
--- a/template/default/style.inc.php
+++ b/template/default/style.inc.php
@@ -1,9 +1,11 @@
<?php
/***************************************************************************
- * style.php is a part of PhpWebGallery *
+ * style.inc.php *
* ------------------- *
- * last update : Friday, November 1, 2002 *
- * email : pierrick@z0rglub.com *
+ * application : PhpWebGallery 1.3 <http://phpwebgallery.net> *
+ * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * *
+ * $Id$
* *
***************************************************************************/
diff --git a/upload.php b/upload.php
index b6f65014f..abf3ce1a8 100644
--- a/upload.php
+++ b/upload.php
@@ -2,8 +2,10 @@
/***************************************************************************
* upload.php *
* ------------------- *
- * application : PhpWebGallery 1.3 *
- * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * application : PhpWebGallery 1.3 <http://phpwebgallery.net> *
+ * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * *
+ * $Id$
* *
***************************************************************************/