diff options
Diffstat (limited to 'views/installation')
-rw-r--r-- | views/installation/page_shells/default.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/views/installation/page_shells/default.php b/views/installation/page_shells/default.php index 62bb0a5b3..27a7c2fe2 100644 --- a/views/installation/page_shells/default.php +++ b/views/installation/page_shells/default.php @@ -32,20 +32,20 @@ header('Expires: Fri, 05 Feb 1982 00:00:00 -0500', TRUE); </head> <body> <div id="elgg_wrapper"> - <div id="elgg_header"> + <div id="elgg-header"> <?php echo elgg_view('install/header', $vars); ?> </div> - <div id="elgg_sidebar"> + <div id="elgg-sidebar"> <?php echo elgg_view('install/sidebar', $vars); ?> </div> - <div id="elgg_content"> + <div id="elgg-content"> <h2><?php echo $vars['title']; ?></h2> <?php echo elgg_view('messages/list', array('object' => $vars['sysmessages'])); ?> <?php echo $vars['body']; ?> </div> <div class="clearfloat"></div> </div> - <div id="elgg_footer"> + <div id="elgg-footer"> <?php echo elgg_view('install/footer'); ?> </div> </body> |