function myModule_init(){
// Adds the Back Office Login tab
jrCore_register_module_feature('jrCore','admin_tab','myModule','backoffice','Back Office Login');
return true;
}
I have a button added to my module in the config tabs to the module but i want to tell Jamroom to go to another URL entirely. How do i properly tell Jamroom that when clicking on this button it goes to the other website?
updated by @developer-networks: 04/04/24 09:29:41PM