Topic: how to do this (navigation)
-old post-
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 troubleshooting → how to do this (navigation)
-old post-
look in the functions.php file and you will find the links there.
if you want a single bar image then go to the _css or cs file and look for #brdmenu. example:
http://modelcrowd.com look at the nav bar.
Q
In the appropriate lang file, for example with the register link, change from:
'Register' => 'Register',
to something like:
'Register' => '<img src="'.$pun_config['o_base_url'].'/img/buttons/register.png" alt="Register" />',
Or you use CSS, each navlink has it's own ID.
PunBB Forums → PunBB 1.2 troubleshooting → how to do this (navigation)
Powered by PunBB, supported by Informer Technologies, Inc.