- Ticket 1166 -> Orden de los idiomas ES FR EN RU git-svn-id: https://192.168.0.254/svn/Proyectos.EstudioJuridicoAlmagro_Web/trunk@2 c22fe52d-42d7-ba4f-95f7-33effcf65713
19 lines
235 B
PHP
19 lines
235 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
array(
|
|
'name' => __('Manage sidebars', 'wpv'),
|
|
'type' => 'start',
|
|
),
|
|
array(
|
|
'id' => 'custom-sidebars',
|
|
'type' => 'sidebar_management',
|
|
'static' => true,
|
|
),
|
|
array(
|
|
'type' => 'end'
|
|
),
|
|
|
|
);
|