#10 Promotion Modul, Kommentar 2
This commit is contained in:
parent
f0da981737
commit
c9e1545693
128 changed files with 8194 additions and 637 deletions
|
|
@ -83,3 +83,11 @@ if (! function_exists('formatPlural')) {
|
|||
}
|
||||
|
||||
|
||||
if (! function_exists('substr_ellipsis')) {
|
||||
function substr_ellipsis($str, $len=100, $clean, $ell="...")
|
||||
{
|
||||
return Util::substr_ellipsis($str, $len, $clean, $ell);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue