diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-06-02 17:47:47 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-06-02 17:47:47 -0700 |
commit | 7cbc5048743bc5976e48cd3f81801550c0b7f52f (patch) | |
tree | f9effa684ef44298d1922bd715d7b1ca9823374d /mod/layouts.php | |
parent | f3b95f591a7ec49b6fc148913861bae2bb6aa6c7 (diff) | |
parent | 86ff31f5003312a6c1bcb65c7aa25ad001f542d4 (diff) | |
download | volse-hubzilla-7cbc5048743bc5976e48cd3f81801550c0b7f52f.tar.gz volse-hubzilla-7cbc5048743bc5976e48cd3f81801550c0b7f52f.tar.bz2 volse-hubzilla-7cbc5048743bc5976e48cd3f81801550c0b7f52f.zip |
Merge branch 'master' of https://github.com/redmatrix/redmatrix
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 daae1ba5a..fd77cfc37 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'), |