From d450c043eeabbe5d0d5466cba59045fd3a1888c9 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Mon, 27 Jun 2011 07:26:16 -0400 Subject: Refs #3407 using elgg-form and elgg-foot in core forms. Plugins next --- views/default/core/settings/account.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/default/core/settings/account.php') diff --git a/views/default/core/settings/account.php b/views/default/core/settings/account.php index 22a58c58a..0c3792ece 100644 --- a/views/default/core/settings/account.php +++ b/views/default/core/settings/account.php @@ -6,4 +6,4 @@ * @subpackage Core */ -echo elgg_view_form('usersettings/save'); \ No newline at end of file +echo elgg_view_form('usersettings/save', array('class' => 'elgg-form-alt')); \ No newline at end of file -- cgit v1.2.3