diff options
Diffstat (limited to 'comments.php')
-rw-r--r-- | comments.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comments.php b/comments.php index beecdf30c..4ac6e1cad 100644 --- a/comments.php +++ b/comments.php @@ -1,9 +1,9 @@ <?php // +-----------------------------------------------------------------------+ -// | comments.php | +// | comments.php | // +-----------------------------------------------------------------------+ // | application : PhpWebGallery <http://phpwebgallery.net> | -// | branch : 1.4 | +// | branch : BSF (Best So Far) | // +-----------------------------------------------------------------------+ // | file : $RCSfile$ // | last update : $Date$ @@ -168,4 +168,4 @@ while ( $row = mysql_fetch_array( $result ) ) //----------------------------------------------------------- html code display $template->pparse('comments'); include('include/page_tail.php'); -?>
\ No newline at end of file +?> |