a few fixes to webpage editing

This commit is contained in:
friendica
2014-01-04 13:44:43 -08:00
parent 9f4e9f247a
commit 587c5d3e46
5 changed files with 57 additions and 30 deletions

View File

@@ -97,6 +97,7 @@ function editlayout_content(&$a) {
$o .= replace_macros($tpl,array(
'$return_path' => $rp,
'$action' => 'item',
'$webpage' => ITEM_PDL,
'$share' => t('Edit'),
'$upload' => t('Upload photo'),
'$attach' => t('Attach file'),