Page 1 of 1

Several choices in the personalized menu

Posted: 2023-03-07 09:42
by pasbonte
hello

c'est possible ? two choices, two actions

Code: Select all

return array(
        array(
        		
            'title' => 'ENVOYER SMS',
            'function' => 'GVenvoyer_sms',
            'icon' => 'th-list'
                 )
    );
		return [];
	}
    //'title' => 'IMPRIMER',
            //'function' => 'IMPRIMER_ETI',
            //'icon' => 'th-list'


Re: Several choices in the personalized menu

Posted: 2023-03-07 09:58
by pasbonte
Capture d’écran 2023-03-07 105711.png
Capture d’écran 2023-03-07 105711.png (17.3 KiB) Viewed 2912 times