X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=plugins%2Finsert.getNbNotifs.php;h=3da1aad340f95c4ca056c86d909c3f9fa35e6277;hb=787bb3d745141f2f85bd947ad7dd775d2c63f908;hp=02d2c864a6e4a3cb7935a6cfc3ac0b271a334078;hpb=5ddeb07cc787dd1dc3630a31f1528f5cc7c4d9b9;p=platal.git diff --git a/plugins/insert.getNbNotifs.php b/plugins/insert.getNbNotifs.php index 02d2c86..3da1aad 100644 --- a/plugins/insert.getNbNotifs.php +++ b/plugins/insert.getNbNotifs.php @@ -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: ?>