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:
@@ -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')
|
||||
));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user