Moving to GitHub.
[platal.git] / plugins / insert.getStaticMapURL.php
index 8f64637..945b590 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /***************************************************************************
- *  Copyright (C) 2003-2011 Polytechnique.org                              *
+ *  Copyright (C) 2003-2014 Polytechnique.org                              *
  *  http://opensource.polytechnique.org/                                   *
  *                                                                         *
  *  This program is free software; you can redistribute it and/or modify   *
@@ -24,5 +24,5 @@ function smarty_insert_getStaticMapURL(array $data)
      return GMapsGeocoder::buildStaticMapURL($data['latitude'], $data['longitude'], $data['color'], '&amp;');
 }
 
-// vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8:
+// vim:set et sw=4 sts=4 sws=4 foldmethod=marker fenc=utf-8:
 ?>