Version 1.14a

This commit is contained in:
nemunaire 2020-11-15 16:12:32 +01:00
commit dc48225dc9
1094 changed files with 189052 additions and 13889 deletions

View file

@ -7,12 +7,12 @@
/**
* Smarty plugin
* Smarty countdown modifier plugin
*
* Type: modifier<br>
* Name: countdown<br>
* Date: Apr 15, 2009
* Example: {$text|countdown}
* Example: {$seconds|countdown}
* @version 1.0
* @author Nemunaire <nemunaire at gmail dot com>
* @param timestamp
@ -30,6 +30,4 @@ function smarty_modifier_countdown($secondes)
return $heures.':'.$minutes.':'.$secondes;
}
/* vim: set expandtab: */
?>
?>