aboutsummaryrefslogtreecommitdiffstats
path: root/mod/pdledit.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-03-04 21:03:56 -0800
committerfriendica <info@friendica.com>2014-03-04 21:03:56 -0800
commitcdcbc5816e21d53172c5396083b38fce4ab0ba38 (patch)
treed6b1c1c69d4127292a69de41da252f01e63ecef2 /mod/pdledit.php
parentefc828bed52eb32e1e99d757139d1133e3ec9b8a (diff)
downloadvolse-hubzilla-cdcbc5816e21d53172c5396083b38fce4ab0ba38.tar.gz
volse-hubzilla-cdcbc5816e21d53172c5396083b38fce4ab0ba38.tar.bz2
volse-hubzilla-cdcbc5816e21d53172c5396083b38fce4ab0ba38.zip
add Comanche help link to pdledit
Diffstat (limited to 'mod/pdledit.php')
-rw-r--r--mod/pdledit.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/pdledit.php b/mod/pdledit.php
index e3ff2292d..36b9a0c14 100644
--- a/mod/pdledit.php
+++ b/mod/pdledit.php
@@ -52,6 +52,7 @@ function pdledit_content(&$a) {
$o = replace_macros(get_markup_template('pdledit.tpl'),array(
'$header' => t('Edit System Page Description'),
'$mname' => t('Module Name:'),
+ '$help' => t('Layout Help'),
'$module' => argv(1),
'$content' => htmlspecialchars($t,ENT_COMPAT,'UTF-8'),
'$submit' => t('Submit')