diff options
author | Friendika <info@friendika.com> | 2011-03-16 19:36:59 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-03-16 19:36:59 -0700 |
commit | 3f432a7b82480dd985dbc2a67ae23cfc1ed258c6 (patch) | |
tree | 1fc92a535b189b0283273ff97517c74e4d79b20d /mod/photos.php | |
parent | e2ea341094c53e78ae7473a83d2b6c85b1cde4eb (diff) | |
download | volse-hubzilla-3f432a7b82480dd985dbc2a67ae23cfc1ed258c6.tar.gz volse-hubzilla-3f432a7b82480dd985dbc2a67ae23cfc1ed258c6.tar.bz2 volse-hubzilla-3f432a7b82480dd985dbc2a67ae23cfc1ed258c6.zip |
share,retweet,relay,forward, whatever
Diffstat (limited to 'mod/photos.php')
-rw-r--r-- | mod/photos.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/photos.php b/mod/photos.php index 929d1c971..4bb6e3eab 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -1073,7 +1073,7 @@ function photos_content(&$a) { $tpl = load_view_file('view/photo_item.tpl'); $return_url = $a->cmd; - $like_tpl = load_view_file('view/like.tpl'); + $like_tpl = load_view_file('view/lik_noshare.tpl'); $likebuttons = ''; @@ -1082,6 +1082,7 @@ function photos_content(&$a) { '$id' => $item['id'], '$likethis' => t("I like this \x28toggle\x29"), '$nolike' => t("I don't like this \x28toggle\x29"), + '$share' => t('Share'), '$wait' => t('Please wait') )); } |