diff options
author | friendica <info@friendica.com> | 2014-01-04 13:44:43 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-01-04 13:44:43 -0800 |
commit | 587c5d3e463548974157ab49c20f9c4246c4a825 (patch) | |
tree | 6a5a5d4bf6334eebf513f0114318d6cb95c45cde /mod/editlayout.php | |
parent | 9f4e9f247a032d6e88d677474ead0d9cdaca22bb (diff) | |
download | volse-hubzilla-587c5d3e463548974157ab49c20f9c4246c4a825.tar.gz volse-hubzilla-587c5d3e463548974157ab49c20f9c4246c4a825.tar.bz2 volse-hubzilla-587c5d3e463548974157ab49c20f9c4246c4a825.zip |
a few fixes to webpage editing
Diffstat (limited to 'mod/editlayout.php')
-rw-r--r-- | mod/editlayout.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/editlayout.php b/mod/editlayout.php index 542bb8357..e6be1056f 100644 --- a/mod/editlayout.php +++ b/mod/editlayout.php @@ -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'), |