most of the remaining apps basic infrastructure except a form to create the things. Don't let this fool you - there is still a lot of work, but there isn't a whole lot of work to create a demo; in fact you can demo it now.

This commit is contained in:
friendica
2014-05-20 18:08:49 -07:00
parent 8333f9fe20
commit fc0967b84b
8 changed files with 121 additions and 17 deletions

View File

@@ -78,9 +78,9 @@ function widget_appselect($arr) {
return replace_macros(get_markup_template('app_select.tpl'),array(
'$title' => t('App Category'),
'$system' => t('System'),
'$personal' => t('Personal'),
'$featured' => t('Featured'),
'$new' => t('New')
'$personal' => t('Personal')
// '$featured' => t('Featured'),
// '$new' => t('New')
));
}