aboutsummaryrefslogtreecommitdiff
path: root/views/installation
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-02 03:10:57 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-02 03:10:57 +0000
commit4d80bc33b8924038bd1ca57d548828afe661bb42 (patch)
tree600b8a2d46ea899d35582667ed00049a0a4367cc /views/installation
parent89ded32abebd0f2100e0014249df54bde7a44258 (diff)
downloadelgg-4d80bc33b8924038bd1ca57d548828afe661bb42.tar.gz
elgg-4d80bc33b8924038bd1ca57d548828afe661bb42.tar.bz2
Refs #2700 replaced most underscores with hyphens - there may be broken display code due to extent of this change
git-svn-id: http://code.elgg.org/elgg/trunk@7493 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/installation')
-rw-r--r--views/installation/page_shells/default.php8
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>