forked from kevinowino869/mitrobill
adding themes system
This commit is contained in:
@ -81,4 +81,9 @@ class Lang
|
||||
return $_notifmsg_default[$key];
|
||||
}
|
||||
}
|
||||
|
||||
public static function ucWords($text)
|
||||
{
|
||||
return ucwords(str_replace('_', ' ', $text));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user