summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-04-10 17:18:50 -0400
committerspiderr <spider@viovio.com>2013-04-10 17:18:50 -0400
commit61026a883b7813e17b1a6b7c95b0a0e7a468773b (patch)
tree4508f490ae51b9952d6367c50d6344ce06034870 /admin
parent0b3a9186e2dee406eafc542e3b1dbd4c31d29d61 (diff)
downloadthemes-61026a883b7813e17b1a6b7c95b0a0e7a468773b.tar.gz
themes-61026a883b7813e17b1a6b7c95b0a0e7a468773b.tar.bz2
themes-61026a883b7813e17b1a6b7c95b0a0e7a468773b.zip
fix footer layout edit
Diffstat (limited to 'admin')
-rw-r--r--admin/admin_themes_manager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/admin_themes_manager.php b/admin/admin_themes_manager.php
index 6c1f842..3e3a22f 100644
--- a/admin/admin_themes_manager.php
+++ b/admin/admin_themes_manager.php
@@ -33,7 +33,7 @@ if( !empty( $_REQUEST["site_style"] ) ) {
}
if( !empty( $_REQUEST["save_layout"] ) ) {
- foreach( array( 'layout-footer', 'layout-maincontent', 'layout-footer' ) as $key ) {
+ foreach( array( 'layout-header', 'layout-maincontent', 'layout-footer' ) as $key ) {
$gBitSystem->storeConfig( $key, $_REQUEST[$key] );
}
}