Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Mods & Themes (http://www.bvlist.com/forumdisplay.php?f=93)
-   -   staff block drop nav menu (http://www.bvlist.com/showthread.php?t=5229)

daffy 24th August 2010 01:51

staff block drop nav menu
 
2 Attachment(s)
just add to blocks/. open blocks/usercp.php and add below where you want to show or theme/THEME_NAME/main.php

Code:

if ($user->admin) {
include("blocks/staffnav_block.php");
}

might want to change some links for your own, this is just how mine is.

p.s i make all my blocks in own php file and simply add above where i want to show. less text in usercp's.php or themes main.php then ;)


All times are GMT +2. The time now is 07:27.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.