
Re: How To Delete Album Etc
Assume, you're using mg_template and want to remove Album links on header.
OPEN
templates/mg_template/overall_header.tpl
FIND
<a href="{FULL_SITE_PATH}{U_ALBUM}">{L_ALBUM}</a> <img src="{FULL_SITE_PATH}{IMG_MENU_SEP}" alt="" />
REMOVE
or
Replace with to disable it just in case you need it later.
<!-- <a href="{FULL_SITE_PATH}{U_ALBUM}">{L_ALBUM}</a> <img src="{FULL_SITE_PATH}{IMG_MENU_SEP}" alt="" /> -->