git-svn-id: https://192.168.0.254/svn/Proyectos.EstudioJuridicoAlmagro_Web/trunk@3 c22fe52d-42d7-ba4f-95f7-33effcf65713
18 lines
261 B
PHP
18 lines
261 B
PHP
<?php
|
|
return array(
|
|
'name' => __('Help'),
|
|
'auto' => true,
|
|
'config' => array(
|
|
array(
|
|
'no_save_button' => true,
|
|
'name' => __('Help', 'wpv'),
|
|
'type' => 'title',
|
|
'desc' => '',
|
|
),
|
|
//----
|
|
array(
|
|
'type' => 'docs',
|
|
),
|
|
|
|
)
|
|
); |