more comanche migration

This commit is contained in:
friendica
2013-12-19 02:16:14 -08:00
parent 2089a1379a
commit 125543aded
14 changed files with 58 additions and 127 deletions

View File

@@ -1889,18 +1889,17 @@ function json_decode_plus($s) {
function design_tools() {
$channel = get_app()->get_channel();
$who = $channel['channel_address'];
return replace_macros(get_markup_template('design_tools.tpl'), array(
'$title' => t('Design'),
'$who' => $who,
'$blocks' => t('Blocks'),
'$menus' => t('Menus'),
'$layout' => t('Layouts'),
'$pages' => t('Pages')
));
$channel = get_app()->get_channel();
$who = $channel['channel_address'];
return replace_macros(get_markup_template('design_tools.tpl'), array(
'$title' => t('Design'),
'$who' => $who,
'$blocks' => t('Blocks'),
'$menus' => t('Menus'),
'$layout' => t('Layouts'),
'$pages' => t('Pages')
));
}
/* case insensitive in_array() */