Add icons for comments and description

This commit is contained in:
Frédéric Guillot
2014-05-03 09:52:55 -04:00
parent 5d06159448
commit b10d4f51eb
18 changed files with 477 additions and 10 deletions

View File

@@ -123,4 +123,8 @@ namespace {
function dt() {
return call_user_func_array('\Translator\datetime', func_get_args());
}
function p($value, $t1, $t2) {
return $value > 1 ? $t2 : $t1;
}
}