diff options
author | Friendika <info@friendika.com> | 2011-05-08 22:58:38 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-05-08 22:58:38 -0700 |
commit | 3b51f28d257e556b74e61b7d5340bcc54a3e3311 (patch) | |
tree | d340e28e4c892ff3f34d454ea2df691c7f4825bf /mod/photos.php | |
parent | c2e35d2d35a9586bd564368f39544dc487cafc12 (diff) | |
download | volse-hubzilla-3b51f28d257e556b74e61b7d5340bcc54a3e3311.tar.gz volse-hubzilla-3b51f28d257e556b74e61b7d5340bcc54a3e3311.tar.bz2 volse-hubzilla-3b51f28d257e556b74e61b7d5340bcc54a3e3311.zip |
comment macros showing on photos
Diffstat (limited to 'mod/photos.php')
-rw-r--r-- | mod/photos.php | 4 |
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' => '' )); } |