diff options
Diffstat (limited to 'admin/admin_themes_manager.php')
| -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] ); } } |
