delete selected items
This commit is contained in:
parent
7659f2a87a
commit
e5b54e74ba
11 changed files with 225 additions and 129 deletions
|
@ -1274,7 +1274,7 @@ function photos_content(&$a) {
|
|||
$drop = '';
|
||||
|
||||
if(($item['contact-id'] == remote_user()) || ($item['uid'] == local_user()))
|
||||
$drop = replace_macros(get_markup_template('wall_item_drop.tpl'), array('$id' => $item['id'], '$delete' => t('Delete')));
|
||||
$drop = replace_macros(get_markup_template('photo_drop.tpl'), array('$id' => $item['id'], '$delete' => t('Delete')));
|
||||
|
||||
|
||||
$comments .= replace_macros($template,array(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue