| Server IP : 162.214.74.102 / Your IP : 216.73.217.80 Web Server : Apache System : Linux dedi-4363141.lrsys.com.br 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64 User : lrsys ( 1015) PHP Version : 5.6.40 Disable Function : exec,passthru,shell_exec,system MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/lrsys/public_html/lrsys_apps/leo/application/plugins/module_imobles/ |
Upload File : |
<?php
global $_L;
$dir = "module_imobles";
$submenu = [
['link' => U . $dir . '/deals/kanban', 'name' => $_L['module imobles pipeline']],
['link' => U . $dir . '/deals/tasks', 'name' => $_L['module imobles deals tasks menu']],
['link' => U . $dir . '/dashboard/index', 'name' => $_L['Dashboard MySide']],
['link' => U . $dir . '/listings/listAll', 'name' => $_L['module imobles listings']],
['link' => U . $dir . '/typeunity/search', 'name' => $_L['module imobles search type unity']],
['link' => U . $dir . '/enterprises/listAll', 'name' => $_L['module imobles enterprise']],
['link' => U . $dir . '/typeunity/listAll', 'name' => $_L['module imobles typeunity']],
['link' => U . $dir . '/unity/listAll', 'name' => $_L['module imobles unity']],
['link' => U . $dir . '/configs/index', 'name' => $_L['module imobles config']],
['link' => U . $dir . '/proposal/listAll', 'name' => $_L['module imobles proposals']],
['link' => U . $dir . '/companyconstruction/listDetail', 'name' => $_L['module imobles company_construction']],
['link' => U . $dir . '/whatsappcampaign/listAll', 'name' => $_L['module imobles whatsapp campaigns']],
['link' => U . $dir . '/PortalListings/listAll', 'name' => $_L['module imobles portal listings']]
];
//terceiro campo igual ao pluggin para manter selecionado
add_menu_admin($_L['module imobles'], U . "", $dir, 'fa fa-braille', 0, $submenu);