mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 01:54:26 +02:00
yet another template
This commit is contained in:
parent
c98ed12e10
commit
5641532936
9 changed files with 6 additions and 21 deletions
|
@ -354,7 +354,7 @@ function network_content(&$a, $update = 0) {
|
|||
));
|
||||
}
|
||||
|
||||
$drop = replace_macros(load_view_file('view/wall_item_drop.tpl'), array('$id' => $item['id']));
|
||||
$drop = replace_macros(load_view_file('view/wall_item_drop.tpl'), array('$id' => $item['id'], '$delete' => t('Delete')));
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue