Page 1 of 1

Where to build admin addons?

Posted: 2013-06-04 09:00
by bambinou
Hello,

I would like to know which file shall I use to write custom code that shows up in the admin panel only?
Like input text box, export functions and others..


Thank you,

Ben

Re: Where to build admin addons?

Posted: 2013-06-20 15:51
by a.gneady
You can write the code in a separate file following the format in any of the admin/page*.php files, and then place a link to it in the admin/pageHome.php file.

Re: Where to build admin addons?

Posted: 2013-06-21 13:23
by bambinou
Thank you Ahmed,

Ben