<?php $sections = array (); $sections [ 'section_categories' ] = array ( 'title' => 'Categories sidebar', 'description' => Lang ( 'section_categories' ), 'show' => TRUE, 'order' => 1 ); $sections [ 'section_advertisements' ] = array ( 'title' => 'Advertisements sidebar', 'description' => Lang ( 'section_advertisements'), 'show' => TRUE, 'order' => 1 ); $sections [ 'section_tags' ] = array ( 'title' => 'Tags sidebar', 'description' => Lang ( 'section_tags' ), 'show' => TRUE, 'order' => 1 ); $sections [ 'section_colors' ] = array ( 'title' => 'Colors sidebar', 'description' => Lang ( 'section_colors' ), 'show' => TRUE, 'order' => 1 ); $sections [ 'section_partners' ] = array ( 'title' => 'Partners sidebar', 'description' => Lang ( 'section_partners' ), 'show' => TRUE, 'order' => 1 ); $sections [ 'section_user_stats' ] = array ( 'title' => 'User stats sidebar', 'description' => Lang ( 'section_user_stats' ), 'show' => TRUE, 'order' => 1 );