update help link

This commit is contained in:
Mario Vavti 2015-06-02 11:09:57 +02:00
parent 12408ba181
commit 6277fb76dd

View File

@ -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'),