git-svn-id: https://192.168.0.254/svn/Proyectos.EstudioJuridicoAlmagro_Web/trunk@3 c22fe52d-42d7-ba4f-95f7-33effcf65713
440 lines
11 KiB
PHP
440 lines
11 KiB
PHP
<?php
|
|
return array(
|
|
"name" => __("Columns", 'wpv') ,
|
|
"value" => "columns",
|
|
"sub" => true,
|
|
"options" => array(
|
|
array(
|
|
"name" => __("Two Column Layout", 'wpv') ,
|
|
"value" => "one_half_layout",
|
|
"options" => array(
|
|
array(
|
|
"name" => sprintf(__("%s Content", 'wpv') , 'One_half') ,
|
|
"id" => "1",
|
|
"default" => "",
|
|
"type" => "textarea"
|
|
) ,
|
|
array(
|
|
"name" => sprintf(__("%s Content", 'wpv') , 'One_half_last') ,
|
|
"id" => "2",
|
|
"default" => "",
|
|
"type" => "textarea"
|
|
) ,
|
|
)
|
|
) ,
|
|
array(
|
|
"name" => __("Three Column Layout", 'wpv') ,
|
|
"value" => "one_third_layout",
|
|
"options" => array(
|
|
array(
|
|
"name" => sprintf(__("%s Content", 'wpv') , 'One_third') ,
|
|
"id" => "1",
|
|
"default" => "",
|
|
"type" => "textarea"
|
|
) ,
|
|
array(
|
|
"name" => sprintf(__("%s Content", 'wpv') , 'One_third') ,
|
|
"id" => "2",
|
|
"default" => "",
|
|
"type" => "textarea"
|
|
) ,
|
|
array(
|
|
"name" => sprintf(__("%s Content", 'wpv') , 'One_third_last') ,
|
|
"id" => "3",
|
|
"default" => "",
|
|
"type" => "textarea"
|
|
) ,
|
|
)
|
|
) ,
|
|
array(
|
|
"name" => __("Four Column Layout", 'wpv') ,
|
|
"value" => "one_fourth_layout",
|
|
"options" => array(
|
|
array(
|
|
"name" => sprintf(__("%s Content", 'wpv') , 'One_fourth') ,
|
|
"id" => "1",
|
|
"default" => "",
|
|
"type" => "textarea"
|
|
) ,
|
|
array(
|
|
"name" => sprintf(__("%s Content", 'wpv') , 'One_fourth') ,
|
|
"id" => "2",
|
|
"default" => "",
|
|
"type" => "textarea"
|
|
) ,
|
|
array(
|
|
"name" => sprintf(__("%s Content", 'wpv') , 'One_fourth') ,
|
|
"id" => "3",
|
|
"default" => "",
|
|
"type" => "textarea"
|
|
) ,
|
|
array(
|
|
"name" => sprintf(__("%s Content", 'wpv') , 'One_fourth_last') ,
|
|
"id" => "4",
|
|
"default" => "",
|
|
"type" => "textarea"
|
|
) ,
|
|
)
|
|
) ,
|
|
array(
|
|
"name" => __("Five Column Layout", 'wpv') ,
|
|
"value" => "one_fifth_layout",
|
|
"options" => array(
|
|
array(
|
|
"name" => sprintf(__("%s Content", 'wpv') , 'One_fifth') ,
|
|
"id" => "1",
|
|
"default" => "",
|
|
"type" => "textarea"
|
|
) ,
|
|
array(
|
|
"name" => sprintf(__("%s Content", 'wpv') , 'One_fifth') ,
|
|
"id" => "2",
|
|
"default" => "",
|
|
"type" => "textarea"
|
|
) ,
|
|
array(
|
|
"name" => sprintf(__("%s Content", 'wpv') , 'One_fifth') ,
|
|
"id" => "3",
|
|
"default" => "",
|
|
"type" => "textarea"
|
|
) ,
|
|
array(
|
|
"name" => sprintf(__("%s Content", 'wpv') , 'One_fifth') ,
|
|
"id" => "4",
|
|
"default" => "",
|
|
"type" => "textarea"
|
|
) ,
|
|
array(
|
|
"name" => sprintf(__("%s Content", 'wpv') , 'One_fifth_last') ,
|
|
"id" => "5",
|
|
"default" => "",
|
|
"type" => "textarea"
|
|
) ,
|
|
)
|
|
) ,
|
|
array(
|
|
"name" => __("Six Column Layout", 'wpv') ,
|
|
"value" => "one_sixth_layout",
|
|
"options" => array(
|
|
array(
|
|
"name" => sprintf(__("%s Content", 'wpv') , 'One_sixth') ,
|
|
"id" => "1",
|
|
"default" => "",
|
|
"type" => "textarea"
|
|
) ,
|
|
array(
|
|
"name" => sprintf(__("%s Content", 'wpv') , 'One_sixth') ,
|
|
"id" => "2",
|
|
"default" => "",
|
|
"type" => "textarea"
|
|
) ,
|
|
array(
|
|
"name" => sprintf(__("%s Content", 'wpv') , 'One_sixth') ,
|
|
"id" => "3",
|
|
"default" => "",
|
|
"type" => "textarea"
|
|
) ,
|
|
array(
|
|
"name" => sprintf(__("%s Content", 'wpv') , 'One_sixth') ,
|
|
"id" => "4",
|
|
"default" => "",
|
|
"type" => "textarea"
|
|
) ,
|
|
array(
|
|
"name" => sprintf(__("%s Content", 'wpv') , 'One_sixth') ,
|
|
"id" => "5",
|
|
"default" => "",
|
|
"type" => "textarea"
|
|
) ,
|
|
array(
|
|
"name" => sprintf(__("%s Content", 'wpv') , 'One_sixth_last') ,
|
|
"id" => "6",
|
|
"default" => "",
|
|
"type" => "textarea"
|
|
) ,
|
|
)
|
|
) ,
|
|
array(
|
|
"name" => __("One Third - Two Third", 'wpv') ,
|
|
"value" => "one_third_two_thirds",
|
|
"options" => array(
|
|
array(
|
|
"name" => sprintf(__("%s Content", 'wpv') , 'One_third') ,
|
|
"id" => "1",
|
|
"default" => "",
|
|
"type" => "textarea"
|
|
) ,
|
|
array(
|
|
"name" => sprintf(__("%s Content", 'wpv') , 'Two_third_last') ,
|
|
"id" => "2",
|
|
"default" => "",
|
|
"type" => "textarea"
|
|
) ,
|
|
)
|
|
) ,
|
|
array(
|
|
"name" => __("Two Third - One Third", 'wpv') ,
|
|
"value" => "two_thirds_one_third",
|
|
"options" => array(
|
|
array(
|
|
"name" => sprintf(__("%s Content", 'wpv') , 'Two_third') ,
|
|
"id" => "1",
|
|
"default" => "",
|
|
"type" => "textarea"
|
|
) ,
|
|
array(
|
|
"name" => sprintf(__("%s Content", 'wpv') , 'One_third_last') ,
|
|
"id" => "2",
|
|
"default" => "",
|
|
"type" => "textarea"
|
|
) ,
|
|
)
|
|
) ,
|
|
array(
|
|
"name" => __("One Fourth - Three Fourth", 'wpv') ,
|
|
"value" => "one_fourth_three_fourths",
|
|
"options" => array(
|
|
array(
|
|
"name" => sprintf(__("%s Content", 'wpv') , 'One_fourth') ,
|
|
"id" => "1",
|
|
"default" => "",
|
|
"type" => "textarea"
|
|
) ,
|
|
array(
|
|
"name" => sprintf(__("%s Content", 'wpv') , 'Three_fourth_last') ,
|
|
"id" => "2",
|
|
"default" => "",
|
|
"type" => "textarea"
|
|
) ,
|
|
)
|
|
) ,
|
|
array(
|
|
"name" => __("Three Fourth - One Fourth", 'wpv') ,
|
|
"value" => "three_fourths_one_fourth",
|
|
"options" => array(
|
|
array(
|
|
"name" => sprintf(__("%s Content", 'wpv') , 'Three_fourth') ,
|
|
"id" => "1",
|
|
"default" => "",
|
|
"type" => "textarea"
|
|
) ,
|
|
array(
|
|
"name" => sprintf(__("%s Content", 'wpv') , 'One_fourth_last') ,
|
|
"id" => "2",
|
|
"default" => "",
|
|
"type" => "textarea"
|
|
) ,
|
|
)
|
|
) ,
|
|
array(
|
|
"name" => __("One Fourth - One Fourth - One Half", 'wpv') ,
|
|
"value" => "one_fourth_one_fourth_one_half",
|
|
"options" => array(
|
|
array(
|
|
"name" => sprintf(__("%s Content", 'wpv') , 'One_fourth') ,
|
|
"id" => "1",
|
|
"default" => "",
|
|
"type" => "textarea"
|
|
) ,
|
|
array(
|
|
"name" => sprintf(__("%s Content", 'wpv') , 'One_fourth') ,
|
|
"id" => "2",
|
|
"default" => "",
|
|
"type" => "textarea"
|
|
) ,
|
|
array(
|
|
"name" => sprintf(__("%s Content", 'wpv') , 'One_half_last') ,
|
|
"id" => "3",
|
|
"default" => "",
|
|
"type" => "textarea"
|
|
) ,
|
|
)
|
|
) ,
|
|
array(
|
|
"name" => __("One Fourth - One Half - One Fourth", 'wpv') ,
|
|
"value" => "one_fourth_one_half_one_fourth",
|
|
"options" => array(
|
|
array(
|
|
"name" => sprintf(__("%s Content", 'wpv') , 'One_fourth') ,
|
|
"id" => "1",
|
|
"default" => "",
|
|
"type" => "textarea"
|
|
) ,
|
|
array(
|
|
"name" => sprintf(__("%s Content", 'wpv') , 'One_half') ,
|
|
"id" => "2",
|
|
"default" => "",
|
|
"type" => "textarea"
|
|
) ,
|
|
array(
|
|
"name" => sprintf(__("%s Content", 'wpv') , 'One_fourth_last') ,
|
|
"id" => "3",
|
|
"default" => "",
|
|
"type" => "textarea"
|
|
) ,
|
|
)
|
|
) ,
|
|
array(
|
|
"name" => __("One Half - One Fourth - One Fourth", 'wpv') ,
|
|
"value" => "one_half_one_fourth_one_fourth",
|
|
"options" => array(
|
|
array(
|
|
"name" => sprintf(__("%s Content", 'wpv') , 'One_half') ,
|
|
"id" => "1",
|
|
"default" => "",
|
|
"type" => "textarea"
|
|
) ,
|
|
array(
|
|
"name" => sprintf(__("%s Content", 'wpv') , 'One_fourth') ,
|
|
"id" => "2",
|
|
"default" => "",
|
|
"type" => "textarea"
|
|
) ,
|
|
array(
|
|
"name" => sprintf(__("%s Content", 'wpv') , 'One_fourth_last') ,
|
|
"id" => "3",
|
|
"default" => "",
|
|
"type" => "textarea"
|
|
) ,
|
|
)
|
|
) ,
|
|
array(
|
|
"name" => __("Four Fifth - One Fifth", 'wpv') ,
|
|
"value" => "four_fifths_one_fifth",
|
|
"options" => array(
|
|
array(
|
|
"name" => sprintf(__("%s Content", 'wpv') , 'Four_fifth') ,
|
|
"id" => "1",
|
|
"default" => "",
|
|
"type" => "textarea"
|
|
) ,
|
|
array(
|
|
"name" => sprintf(__("%s Content", 'wpv') , 'One_fifth_last') ,
|
|
"id" => "2",
|
|
"default" => "",
|
|
"type" => "textarea"
|
|
) ,
|
|
)
|
|
) ,
|
|
array(
|
|
"name" => __("One Fifth - Four Fifth", 'wpv') ,
|
|
"value" => "one_fifth_four_fifths",
|
|
"options" => array(
|
|
array(
|
|
"name" => sprintf(__("%s Content", 'wpv') , 'One_fifth') ,
|
|
"id" => "1",
|
|
"default" => "",
|
|
"type" => "textarea"
|
|
) ,
|
|
array(
|
|
"name" => sprintf(__("%s Content", 'wpv') , 'Four_Fifth_last') ,
|
|
"id" => "2",
|
|
"default" => "",
|
|
"type" => "textarea"
|
|
) ,
|
|
)
|
|
) ,
|
|
array(
|
|
"name" => __("Two Fifth - Three Fifth", 'wpv') ,
|
|
"value" => "two_fifths_three_fifths",
|
|
"options" => array(
|
|
array(
|
|
"name" => sprintf(__("%s Content", 'wpv') , 'Two_fifth') ,
|
|
"id" => "1",
|
|
"default" => "",
|
|
"type" => "textarea"
|
|
) ,
|
|
array(
|
|
"name" => sprintf(__("%s Content", 'wpv') , 'Three_Fifth_last') ,
|
|
"id" => "2",
|
|
"default" => "",
|
|
"type" => "textarea"
|
|
) ,
|
|
)
|
|
) ,
|
|
array(
|
|
"name" => __("Three Fifth - Two Fifth", 'wpv') ,
|
|
"value" => "three_fifths_two_fifths",
|
|
"options" => array(
|
|
array(
|
|
"name" => sprintf(__("%s Content", 'wpv') , 'Three_fifth') ,
|
|
"id" => "1",
|
|
"default" => "",
|
|
"type" => "textarea"
|
|
) ,
|
|
array(
|
|
"name" => sprintf(__("%s Content", 'wpv') , 'Two_Fifth_last') ,
|
|
"id" => "2",
|
|
"default" => "",
|
|
"type" => "textarea"
|
|
) ,
|
|
)
|
|
) ,
|
|
array(
|
|
"name" => __("One Sixth - Five Sixth", 'wpv') ,
|
|
"value" => "one_sixth_five_sixths",
|
|
"options" => array(
|
|
array(
|
|
"name" => sprintf(__("%s Content", 'wpv') , 'One_sixth') ,
|
|
"id" => "1",
|
|
"default" => "",
|
|
"type" => "textarea"
|
|
) ,
|
|
array(
|
|
"name" => sprintf(__("%s Content", 'wpv') , 'Five_sixth_last') ,
|
|
"id" => "2",
|
|
"default" => "",
|
|
"type" => "textarea"
|
|
) ,
|
|
)
|
|
) ,
|
|
array(
|
|
"name" => __("Five Sixth - One Sixth", 'wpv') ,
|
|
"value" => "five_sixths_one_sixth",
|
|
"options" => array(
|
|
array(
|
|
"name" => sprintf(__("%s Content", 'wpv') , 'Five_sixth') ,
|
|
"id" => "1",
|
|
"default" => "",
|
|
"type" => "textarea"
|
|
) ,
|
|
array(
|
|
"name" => sprintf(__("%s Content", 'wpv') , 'One_sixth_last') ,
|
|
"id" => "2",
|
|
"default" => "",
|
|
"type" => "textarea"
|
|
) ,
|
|
)
|
|
) ,
|
|
array(
|
|
"name" => __("One Sixth - One Sixth - One Sixth - One Half", 'wpv') ,
|
|
"value" => "one_sixth_one_sixth_one_sixth_one_half",
|
|
"options" => array(
|
|
array(
|
|
"name" => sprintf(__("%s Content", 'wpv') , 'One_sixth') ,
|
|
"id" => "1",
|
|
"default" => "",
|
|
"type" => "textarea"
|
|
) ,
|
|
array(
|
|
"name" => sprintf(__("%s Content", 'wpv') , 'One_sixth') ,
|
|
"id" => "2",
|
|
"default" => "",
|
|
"type" => "textarea"
|
|
) ,
|
|
array(
|
|
"name" => sprintf(__("%s Content", 'wpv') , 'One_sixth') ,
|
|
"id" => "3",
|
|
"default" => "",
|
|
"type" => "textarea"
|
|
) ,
|
|
array(
|
|
"name" => sprintf(__("%s Content", 'wpv') , 'One_half_last') ,
|
|
"id" => "4",
|
|
"default" => "",
|
|
"type" => "textarea"
|
|
) ,
|
|
)
|
|
) ,
|
|
) ,
|
|
); |