$oscbox = array ( 'manufacturer_info' => array ( 'active' => '0', 'position' => '1', 'order' => '1', 'bkey' => 'manufacturer_info', ), 'order_history' => array ( 'active' => '0', 'position' => '1', 'order' => '2', 'bkey' => 'order_history', ), 'product_notifications' => array ( 'active' => '0', 'position' => '1', 'order' => '3', 'bkey' => 'product_notifications', ), 'tell_a_friend' => array ( 'active' => '0', 'position' => '1', 'order' => '4', 'bkey' => 'tell_a_friend', ), 'best_sellers' => array ( 'active' => '1', 'position' => 'c', 'order' => '0', 'bkey' => 'best_sellers', ), 'messages' => array ( 'active' => '1', 'position' => 'c', 'order' => '1', 'bkey' => 'messages', ), 'example_file' => array ( 'active' => '1', 'position' => 'l', 'order' => '0', 'bkey' => 'example_file', ), 'example_text' => array ( 'active' => '1', 'position' => 'l', 'order' => '1', 'bkey' => 'example_text', ), 'categories' => array ( 'active' => '1', 'position' => 'l', 'order' => '1', 'bkey' => 'categories', ), 'manufacturers' => array ( 'active' => '1', 'position' => 'l', 'order' => '1', 'bkey' => 'manufacturers', ), 'whats_new' => array ( 'active' => '1', 'position' => 'l', 'order' => '2', 'bkey' => 'whats_new', ), 'search' => array ( 'active' => '1', 'position' => 'l', 'order' => '3', 'bkey' => 'search', ), 'information' => array ( 'active' => '1', 'position' => 'l', 'order' => '4', 'bkey' => 'information', ), 'shopping_cart' => array ( 'active' => '1', 'position' => 'r', 'order' => '0', 'bkey' => 'shopping_cart', ), 'specials' => array ( 'active' => '1', 'position' => 'r', 'order' => '1', 'bkey' => 'specials', ), 'reviews' => array ( 'active' => '1', 'position' => 'r', 'order' => '2', 'bkey' => 'reviews', ), 'currencies' => array ( 'active' => '1', 'position' => 'r', 'order' => '3', 'bkey' => 'currencies', ), 'languages' => array ( 'active' => '1', 'position' => 'r', 'order' => '4', 'bkey' => 'languages', ), ); $headcontent = array ( 'default' => array ( 'title' => 'Your Store', 'keywords' => 'store, buy, AutoTheme, osCommerce', 'description' => 'Your Description Here', ), ); |