Pass sitename to apps
This commit is contained in:
parent
d3830aea96
commit
5fd26eceb4
@ -30,6 +30,7 @@ function apps_content(&$a) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return replace_macros(get_markup_template('myapps.tpl'), array(
|
return replace_macros(get_markup_template('myapps.tpl'), array(
|
||||||
|
'$sitename' => get_config('system','sitename'),
|
||||||
'$title' => t('Apps'),
|
'$title' => t('Apps'),
|
||||||
'$apps' => $apps,
|
'$apps' => $apps,
|
||||||
));
|
));
|
||||||
|
Reference in New Issue
Block a user