aboutsummaryrefslogtreecommitdiffstats
path: root/mod/editlayout.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-01-04 13:44:43 -0800
committerfriendica <info@friendica.com>2014-01-04 13:44:43 -0800
commit587c5d3e463548974157ab49c20f9c4246c4a825 (patch)
tree6a5a5d4bf6334eebf513f0114318d6cb95c45cde /mod/editlayout.php
parent9f4e9f247a032d6e88d677474ead0d9cdaca22bb (diff)
downloadvolse-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.php1
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'),