Hi, how to make tabs in ACP? Home, Configuration, etc.
[
attachment=471]
I think you need to create a directory/folder inside your admin/modules folder/dir, create and put a module_meta.php and your php file (your modules) in that folder.
I could ask for example code in the plug? In module_meta.php I gave advice.
Here is a very simple example for the ACP tabs (attached):
[
attachment=472]
There are two very simple example files inside it (
lorem and
ipsum), just for the left side menu.
@ Cybul: You can read the more complete module_meta.php file inside each folder in your admin/modules folder.