diff options
author | Cash Costello <cash.costello@gmail.com> | 2011-06-27 07:26:16 -0400 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2011-06-27 07:26:16 -0400 |
commit | d450c043eeabbe5d0d5466cba59045fd3a1888c9 (patch) | |
tree | 0702d87fb9d50193119cbd27422490bc6952401a /mod/blog/lib | |
parent | e82534d0bceb80f7a9e7ba8f00748ee1eb32b214 (diff) | |
download | elgg-d450c043eeabbe5d0d5466cba59045fd3a1888c9.tar.gz elgg-d450c043eeabbe5d0d5466cba59045fd3a1888c9.tar.bz2 |
Refs #3407 using elgg-form and elgg-foot in core forms. Plugins next
Diffstat (limited to 'mod/blog/lib')
-rw-r--r-- | mod/blog/lib/blog.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/blog/lib/blog.php b/mod/blog/lib/blog.php index d13b2244e..0f81597eb 100644 --- a/mod/blog/lib/blog.php +++ b/mod/blog/lib/blog.php @@ -262,6 +262,7 @@ function blog_get_page_content_edit($page, $guid = 0, $revision = NULL) { $vars = array(); $vars['id'] = 'blog-post-edit'; $vars['name'] = 'blog_post'; + $vars['class'] = 'elgg-form-alt'; if ($page == 'edit') { $blog = get_entity((int)$guid); |