-- Allow themes to specify an "app" name for posted status updates and comments (via a generic and translateable $sourceapp parameter)

-- More HTML cleanup in TPL files
-- Various Frost bug fixes and tweaks
This commit is contained in:
Zach Prezkuta 2012-08-04 14:01:16 -06:00
commit 63628910b2
17 changed files with 56 additions and 34 deletions

View file

@ -1324,6 +1324,7 @@ function photos_content(&$a) {
'$comment' => t('Comment'),
'$submit' => t('Submit'),
'$preview' => t('Preview'),
'$sourceapp' => t($a->sourcename),
'$ww' => ''
));
}
@ -1363,6 +1364,7 @@ function photos_content(&$a) {
'$myphoto' => $contact['thumb'],
'$comment' => t('Comment'),
'$submit' => t('Submit'),
'$sourceapp' => t($a->sourcename),
'$ww' => ''
));
}
@ -1394,6 +1396,7 @@ function photos_content(&$a) {
'$myphoto' => $contact['thumb'],
'$comment' => t('Comment'),
'$submit' => t('Submit'),
'$sourceapp' => t($a->sourcename),
'$ww' => ''
));
}