]> git.mxchange.org Git - friendica.git/commitdiff
comment macros showing on photos
authorFriendika <info@friendika.com>
Mon, 9 May 2011 05:58:38 +0000 (22:58 -0700)
committerFriendika <info@friendika.com>
Mon, 9 May 2011 05:58:38 +0000 (22:58 -0700)
mod/photos.php

index 70f21d96878e5878f84e95a1042c864ad1b7976a..86754cdf4e20b1d44cae3ec576ccfa40168b9c81 100644 (file)
@@ -1166,6 +1166,8 @@ function photos_content(&$a) {
                                                        '$mylink' => $contact['url'],
                                                        '$mytitle' => t('This is you'),
                                                        '$myphoto' => $contact['thumb'],
+                                                       '$comment' => t('Comment'),
+                                                       '$submit' => t('Submit'),
                                                        '$ww' => ''
                                                ));
                                        }
@@ -1195,6 +1197,8 @@ function photos_content(&$a) {
                                                                '$mylink' => $contact['url'],
                                                                '$mytitle' => t('This is you'),
                                                                '$myphoto' => $contact['thumb'],
+                                                               '$comment' => t('Comment'),
+                                                               '$submit' => t('Submit'),
                                                                '$ww' => ''
                                                        ));
                                                }