https://www.icyphoenix.com/viewtopic.php?f=35&t=6464&p=44382#p44382 ----------------------------------- Mr_Gamer Sun 13 Sep, 2009 20:14 How To Add An Admin Tab On Nav Links (IP 1.2.0.27c) ----------------------------------- [b]Find:[/b][code linenumbers=false]Location: phpBB/templates/mg_themes/nav_quick_links.tpl[/code] Then find: [code linenumbers=false] {L_MAIN_LINKS}  {L_MAIN_LINKS} [/code] [b]Add before:[/b] [code linenumbers=false] Admin Links  Admin Links
[/code] [b]Then DELETE[/b][code linenumbers=false] {IMG_NAV_MENU_SEP} {U_ACP} {IMG_NAV_MENU_SEP} {L_CMS} {IMG_NAV_MENU_SEP} {L_DB_GEN} [/code] [b]from:[/b] [spoiler][code linenumbers=false] {L_MAIN_LINKS}  {L_MAIN_LINKS} [/code][/spoiler] End Result should look like: [img]http://www.icyphoenix.com/files/images/7202/admin.png[/img]