diff options
| author | spiderr <spider@viovio.com> | 2013-04-10 17:18:50 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-10 17:18:50 -0400 |
| commit | 61026a883b7813e17b1a6b7c95b0a0e7a468773b (patch) | |
| tree | 4508f490ae51b9952d6367c50d6344ce06034870 /admin | |
| parent | 0b3a9186e2dee406eafc542e3b1dbd4c31d29d61 (diff) | |
| download | themes-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.php | 2 |
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] ); } } |
