The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#9
|
||||
|
||||
![]()
My code looks like this.
The link is as follows: http://hidingplace.com/BibleSearch/html/header.html. As you can see, the navbar template does not show the background colors that are usually behind the links, the drop-down menu images are not showing up and not working. The only reason it is pulling the title image and the background image is becuase I have hard coded them in the header template. Ideas? Code:
<meta http-equiv="Content-Type" content="text/html; charset=$stylevar[charset]" /> <meta name="generator" content="vBulletin $versionnumber" /> <meta name="keywords" content="$vboptions[keywords]" /> <meta name="description" content="$vboptions[description]" /> <!-- CSS Stylesheet --> $style[css] <if condition="is_browser('opera')"> <style type="text/css"> ul, ol { padding-left:20px; } </style> </if> <!-- / CSS Stylesheet --> <script type="text/javascript"> <!-- var SESSIONURL = "$session[sessionurl]"; var IMGDIR_MISC = "$stylevar[imgdir_misc]"; // --> </script> <script type="text/javascript" src="/forums/clientscript/vbulletin_global.js"></script> <if condition="$show['popups']"><script type="text/javascript" src="/forums/clientscript/vbulletin_menu.js"></script></if> <?php chdir("/home2/webbhelp/www/forums"); include("./global.php"); eval('$header = "' . fetch_template('header') . '";'); echo $header; eval('$navbar = "' . fetch_template('navbar') . '";'); echo $navbar; ?> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|