Home Forum New Profile Search FAQ Log out
i went to edit templates/mg themes/overall_header_bl.tpl
FIND
added under
<a href="http://www.add url>Put Name Here</a> <img src="{FULL_SITE_PATH}{IMG_MENU_SEP}" alt="" />
to open in new page i used this
<a href="http://www.add url" target="_blank">Put Name Here</a> <img src="{FULL_SITE_PATH}{IMG_MENU_SEP}" alt="" />
and i got this
Put-Name-Here Home Forum New Profile Search FAQ Log out
to change Home to Portal i had to do this
original code
<a href="{FULL_SITE_PATH}{U_PORTAL}">{L_HOME}</a> <img src="{FULL_SITE_PATH}{IMG_MENU_SEP}" alt="" />
REPLACE WITH
<a href="{FULL_SITE_PATH}{U_PORTAL}">Portal</a> <img src="{FULL_SITE_PATH}{IMG_MENU_SEP}" alt="" />
and i got this
Put-Name-Here Portal Forum New Profile Search FAQ Log out
all is working good
do you think the way i have done it will give me any problems later on
or should i have done it another way
cheers bloke