aboutsummaryrefslogtreecommitdiffstats
path: root/mod/layouts.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-06-02 17:46:47 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-06-02 17:46:47 -0700
commit86ff31f5003312a6c1bcb65c7aa25ad001f542d4 (patch)
treeca861349e5ab080ad32947042167941749269c2d /mod/layouts.php
parentb2fde73952c8de7cf8e746ed674770c1dcf6032b (diff)
parent89fbd5c0f61f85b94b72606431fa626784b24aac (diff)
downloadvolse-hubzilla-86ff31f5003312a6c1bcb65c7aa25ad001f542d4.tar.gz
volse-hubzilla-86ff31f5003312a6c1bcb65c7aa25ad001f542d4.tar.bz2
volse-hubzilla-86ff31f5003312a6c1bcb65c7aa25ad001f542d4.zip
Merge https://github.com/redmatrix/redmatrix into pending_merge
Diffstat (limited to 'mod/layouts.php')
-rw-r--r--mod/layouts.php2
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'),