diff options
author | friendica <info@friendica.com> | 2012-05-28 19:17:06 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-28 19:17:06 -0700 |
commit | 2dc7e53435ffcc6dc7e450c15c7b2518b27ec2e5 (patch) | |
tree | a7123237f8f3f5192e32981d064116d3ae6e6f90 /mod | |
parent | 10a057b97959d5915c9eab1947bea7b039d3218b (diff) | |
download | volse-hubzilla-2dc7e53435ffcc6dc7e450c15c7b2518b27ec2e5.tar.gz volse-hubzilla-2dc7e53435ffcc6dc7e450c15c7b2518b27ec2e5.tar.bz2 volse-hubzilla-2dc7e53435ffcc6dc7e450c15c7b2518b27ec2e5.zip |
more theme cleanup
Diffstat (limited to 'mod')
-rw-r--r-- | mod/settings.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/settings.php b/mod/settings.php index e6eb4011f..5d85b0c2c 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -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, )); |