Merge branch 'master' into tres
This commit is contained in:
@@ -55,8 +55,8 @@ function notification($params) {
|
||||
|
||||
push_lang($recip['account_language']); // should probably have a channel language
|
||||
|
||||
$banner = t('Hubzilla Notification');
|
||||
$product = t('hubzilla'); // PLATFORM_NAME;
|
||||
$banner = t('$Projectname Notification');
|
||||
$product = t('$projectname'); // PLATFORM_NAME;
|
||||
$siteurl = $a->get_baseurl(true);
|
||||
$thanks = t('Thank You,');
|
||||
$sitename = get_config('system','sitename');
|
||||
|
Reference in New Issue
Block a user