1
in the mypage module for adding content...
it allows you to create a submenu off of a page you create...
says...
//$modversion['sub'][1]['name'] = _MI_MYPAGE_SMNAME1;//define in language/english/global.php
//$modversion['sub'][1]['url'] = "../../modules/ipboard/";
//$modversion['sub'][2]['name'] = _MI_MYPAGE_SMNAME2;//define in language/english/global.php
//$modversion['sub'][2]['url'] = "../../modules/weblog/";
How do I define these in globals.php.... where do I put the defines? and can someone give me an example of the way I would define them?
like so?!?
define('_MI_MYPAGE_SMNAME1', 'NAME-OF-SUBPAGE');
and if so... can I just put them anywhere on the bottom above the ending ?>