bumba

Anonymous
my defult skin is gameserver. is it possible to change the linkes at the top? contribute ETC

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
If you have a look at the header.thtml from gameserver, you'll notice two variables {menu_elements} and {plg_menu_elements}. Those two represent the links you see in the menu. {menu_elements} stands for a fixed collection of links - when you remove it from header.thtml, all the links from "contribute" up until "Site stats" will be gone from the menu bar. So if you only want some of them, you have to hard-code them there instead of the {menu_elements} variable. {plg_menu_elements} can hold additional links provided by plugins (e.g. the static pages plugin). bye, Dirk