some sidebar content (doesn't yet do anything)

This commit is contained in:
friendica
2014-05-15 20:20:20 -07:00
parent 2dee303d92
commit 2fdc13e91d
4 changed files with 26 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ function apps_content(&$a) {
return replace_macros(get_markup_template('apps.tpl'), array(
'$title' => t('Applications'),
'$title' => t('Apps'),
'$apps' => $apps,
));