description = "Default layout" [session] security = "all" [account] paramCode = "code" forceSecure = 0 requirePassword = 0 [localePicker] forceUrl = 0 == get(); $this['category_settings'] = [ [ [ "limit" => 8, "start" => 0, ], [ "limit" => 1, "start" => 5 ], ], [ [ "limit" => 5, "start" => 2 ], [ "limit" => 1, "start" => 1 ], [ "limit" => 1, "start" => 10 ], ], [ [ "limit" => 4, "start" => 3 ], [ "limit" => 4, "start" => 8 ] ], [ [ "limit" => 2, "start" => 4 ], [ "limit" => 3, "start" => 9 ] ], [ [ "limit" => 3, "start" => 7 ], [ "limit" => 3, "start" => 6 ], [ "limit" => 1, "start" => 11 ], ], ]; } ?> ==