yet another template

This commit is contained in:
Friendika 2011-02-24 02:46:06 -08:00
parent c98ed12e10
commit 5641532936
9 changed files with 6 additions and 21 deletions

View file

@ -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')));