EstudioJuridicoAlmagro_Web/www/wpv_common/admin/options/help.php

18 lines
244 B
PHP
Raw Normal View History

<?php
return array(
'name' => __('Help'),
'auto' => true,
'config' => array(
array(
'no_save_button' => true,
'name' => __('Help', 'wpv'),
'type' => 'title',
'desc' => '',
),
//----
array(
'type' => 'docs',
),
)
);