aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-05-08 22:58:38 -0700
committerFriendika <info@friendika.com>2011-05-08 22:58:38 -0700
commit3b51f28d257e556b74e61b7d5340bcc54a3e3311 (patch)
treed340e28e4c892ff3f34d454ea2df691c7f4825bf /mod
parentc2e35d2d35a9586bd564368f39544dc487cafc12 (diff)
downloadvolse-hubzilla-3b51f28d257e556b74e61b7d5340bcc54a3e3311.tar.gz
volse-hubzilla-3b51f28d257e556b74e61b7d5340bcc54a3e3311.tar.bz2
volse-hubzilla-3b51f28d257e556b74e61b7d5340bcc54a3e3311.zip
comment macros showing on photos
Diffstat (limited to 'mod')
-rw-r--r--mod/photos.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/mod/photos.php b/mod/photos.php
index 70f21d968..86754cdf4 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' => ''
));
}