]> git.mxchange.org Git - friendica.git/blobdiff - mod/photos.php
Frost-mobile: media query in css for tablets
[friendica.git] / mod / photos.php
index af40ea30371a43f4e89a1dfdaf56e33487fdcc2d..fa2ddb347734056c37e41356bda0706ab4c88835 100644 (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' => ''
                                                        ));
                                                }