issue118, fix using variable name for search.tpl and photo_index.tpl twice
[phpfspot.git] / index.php
index ddc2f51c418024b02286672926a10d90c77ce0ca..0822da36a5705cf6628f2b29217ff01938d74137 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,5 +1,32 @@
 <?
 
+/***************************************************************************
+ *
+ * phpfspot, presents your F-Spot photo collection in Web browsers.
+ *
+ * Copyright (c) by Andreas Unterkircher
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License as published by
+ *  the Free Software Foundation; either version 2 of the License, or
+ *  any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *
+ ***************************************************************************/
+
+/**
+ * initialize phpfspot
+ *
+ * @package phpfspot
+ */
 require_once "phpfspot.class.php";
 
 $fspot = new PHPFSPOT;