diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-06-02 11:09:57 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-06-02 11:09:57 +0200 |
commit | 6277fb76dda15b4f5aa76056d25bd458584757c5 (patch) | |
tree | 1a112acb54bb351e15ff89c1dcc143ec6c6044b6 /mod/layouts.php | |
parent | 12408ba18118e6b5be3d907979c05cb7ba62b996 (diff) | |
download | volse-hubzilla-6277fb76dda15b4f5aa76056d25bd458584757c5.tar.gz volse-hubzilla-6277fb76dda15b4f5aa76056d25bd458584757c5.tar.bz2 volse-hubzilla-6277fb76dda15b4f5aa76056d25bd458584757c5.zip |
update help link
Diffstat (limited to 'mod/layouts.php')
-rw-r--r-- | mod/layouts.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/layouts.php b/mod/layouts.php index 88bc0647d..689a31c8c 100644 --- a/mod/layouts.php +++ b/mod/layouts.php @@ -173,7 +173,7 @@ function layouts_content(&$a) { $o .= replace_macros(get_markup_template('layoutlist.tpl'), array( '$title' => t('Layouts'), '$create' => t('Create'), - '$help' => array('text' => t('Help'), 'url' => 'help/Comanche', 'title' => t('Comanche page description language help')), + '$help' => array('text' => t('Help'), 'url' => 'help/comanche', 'title' => t('Comanche page description language help')), '$editor' => $editor, '$baseurl' => $url, '$name' => t('Layout Name'), |