diff options
Diffstat (limited to 'category.php')
-rw-r--r-- | category.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/category.php b/category.php index 9fb7e7d27..26c6c0a69 100644 --- a/category.php +++ b/category.php @@ -1,9 +1,9 @@ <?php // +-----------------------------------------------------------------------+ -// | category.php | +// | category.php | // +-----------------------------------------------------------------------+ // | application : PhpWebGallery <http://phpwebgallery.net> | -// | branch : 1.4 | +// | branch : BSF (Best So Far) | // +-----------------------------------------------------------------------+ // | file : $RCSfile$ // | last update : $Date$ @@ -482,4 +482,4 @@ mysql_close(); $template->pparse('category'); include('include/page_tail.php'); -?>
\ No newline at end of file +?> |