space-time contines ...
Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
parent
18ca141f5c
commit
d4e67338d8
1 changed files with 14 additions and 13 deletions
|
@ -1777,8 +1777,9 @@ function photos_content(App $a) {
|
||||||
|
|
||||||
|
|
||||||
$response_verbs = array('like');
|
$response_verbs = array('like');
|
||||||
if (feature_enabled($owner_uid,'dislike'))
|
if (feature_enabled($owner_uid, 'dislike')) {
|
||||||
$response_verbs[] = 'dislike';
|
$response_verbs[] = 'dislike';
|
||||||
|
}
|
||||||
$responses = get_responses($conv_responses,$response_verbs, '', $link_item);
|
$responses = get_responses($conv_responses,$response_verbs, '', $link_item);
|
||||||
|
|
||||||
$photo_tpl = get_markup_template('photo_view.tpl');
|
$photo_tpl = get_markup_template('photo_view.tpl');
|
||||||
|
|
Loading…
Reference in a new issue