update GPL header and remove authors email address from it
[phpfspot.git] / phpfspot_tmpl.php
index 52c983e971aedd400487a372701eb678e7187e5d..6794233bcfa5f88c05803c2a7b32b57978302b78 100644 (file)
@@ -2,8 +2,9 @@
 
 /***************************************************************************
  *
 
 /***************************************************************************
  *
- * Copyright (c) by Andreas Unterkircher, unki@netshadow.at
- * All rights reserved
+ * 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
  *
  *  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
@@ -40,6 +41,8 @@ class PHPFSPOT_TMPL extends Smarty {
 
       if(isset($parent->cfg->use_lightbox) && $parent->cfg->use_lightbox == true)
          $this->assign('use_lightbox', 'true');
 
       if(isset($parent->cfg->use_lightbox) && $parent->cfg->use_lightbox == true)
          $this->assign('use_lightbox', 'true');
+      if(isset($parent->cfg->use_autocomplete) && $parent->cfg->use_autocomplete == true)
+         $this->assign('use_autocomplete', 'true');
 
    } // __construct()
 
 
    } // __construct()