some sidebar content (doesn't yet do anything)
This commit is contained in:
@@ -74,6 +74,18 @@ function widget_collections($args) {
|
||||
}
|
||||
|
||||
|
||||
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')
|
||||
));
|
||||
}
|
||||
|
||||
|
||||
|
||||
function widget_suggestions($arr) {
|
||||
|
||||
if((! local_user()) || (! feature_enabled(local_user(),'suggest')))
|
||||
|
Reference in New Issue
Block a user