From: Friendika Date: Mon, 9 May 2011 05:58:38 +0000 (-0700) Subject: comment macros showing on photos X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3b51f28d257e556b74e61b7d5340bcc54a3e3311;p=friendica.git comment macros showing on photos --- diff --git a/mod/photos.php b/mod/photos.php index 70f21d9687..86754cdf4e 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -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' => '' )); }