mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-03 09:45:03 +02:00
adding themes system
This commit is contained in:
parent
a1d9b63dcf
commit
747e28e07c
6 changed files with 56 additions and 5 deletions
|
@ -81,4 +81,9 @@ class Lang
|
|||
return $_notifmsg_default[$key];
|
||||
}
|
||||
}
|
||||
|
||||
public static function ucWords($text)
|
||||
{
|
||||
return ucwords(str_replace('_', ' ', $text));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue