From 3b51f28d257e556b74e61b7d5340bcc54a3e3311 Mon Sep 17 00:00:00 2001
From: Friendika <info@friendika.com>
Date: Sun, 8 May 2011 22:58:38 -0700
Subject: [PATCH] comment macros showing on photos

---
 mod/photos.php | 4 ++++
 1 file changed, 4 insertions(+)

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' => ''
 							));
 						}