more theme cleanup

This commit is contained in:
friendica 2012-05-28 19:17:06 -07:00
commit 2dc7e53435
4 changed files with 24 additions and 2 deletions

View file

@ -87,6 +87,7 @@ EOT;
$tabtpl = get_markup_template("generic_links_widget.tpl");
$a->page['aside'] = replace_macros($tabtpl, array(
'$title' => t('Settings'),
'$class' => 'settings-widget',
'$items' => $tabs,
));