mirror of
https://github.com/friendica/friendica
synced 2025-09-04 20:09:55 +02:00
yet another template
This commit is contained in:
parent
c98ed12e10
commit
5641532936
9 changed files with 6 additions and 21 deletions
|
@ -339,7 +339,7 @@ function profile_content(&$a, $update = 0) {
|
|||
if(($item['contact-id'] == remote_user()) || ($item['uid'] == local_user()))
|
||||
$dropping = true;
|
||||
|
||||
$drop = replace_macros((($dropping)? $droptpl : $fakedrop), array('$id' => $item['id']));
|
||||
$drop = replace_macros((($dropping)? $droptpl : $fakedrop), array('$id' => $item['id'], '$delete' => t('Delete')));
|
||||
|
||||
|
||||
$like = ((isset($alike[$item['id']])) ? format_like($alike[$item['id']],$alike[$item['id'] . '-l'],'like',$item['id']) : '');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue