Merge branch 'master' of /home/git/platal into profile_edit
[platal.git] / plugins / insert.getNbNotifs.php
index 02d2c86..3da1aad 100644 (file)
@@ -19,7 +19,7 @@
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                *
  ***************************************************************************/
 
+
 function smarty_insert_getNbNotifs($params, &$smarty)
 {
     if(S::logged()) {
@@ -27,4 +27,5 @@ function smarty_insert_getNbNotifs($params, &$smarty)
        return getNbNotifs();
     }
 }
+// vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8:
 ?>