2013-05-20, 23:34:43
Hi All,
I'm wondering is it possible to add custom page in GS backend but not using plugin functionality like bellow?
I created template where some information are saved in XML file and will be nice have possibility to edit this data XML file through admin backend page (it will be easy for and user). Is it possible or need I covert this functionality to GS plugin?
Best wishes
ArekS
I'm wondering is it possible to add custom page in GS backend but not using plugin functionality like bellow?
Code:
# add a link in the admin tab 'theme'
add_action('theme-sidebar','createSideMenu',array($thisfile,'Hello World description'));
I created template where some information are saved in XML file and will be nice have possibility to edit this data XML file through admin backend page (it will be easy for and user). Is it possible or need I covert this functionality to GS plugin?
Best wishes
ArekS