Jump to content

Custom Java Navbar


Recommended Posts

Hi,

Basically i am wanting to put the navbar used at: http://protocolservers.co.uk/index2.html onto http://billing.protocolservers.co.uk

 

As you can see it isnt picking up the script or the style sheets. I wont lie and pretend i have massive knowledge on the subject because i dont. But is there anyone that can take a look at the header.tpl code to see where i am going wrong and maybe put it right for me? ill post some code below..

 

Header.tpl

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="content-type" content="text/html; charset={$charset}" />

 

<link rel="stylesheet" type="text/css" href="templates/{$template}/global.css" />

 

<script src="templates/{$template}/dropdown.js" type="text/javascript"></script>

 

<title>{$companyname} - {$pagetitle}{if $kbarticle.title} - {$kbarticle.title}{/if}</title>

{if $systemurl}<base href="{$systemurl}" />

 

{/if}<link rel="stylesheet" type="text/css" href="templates/{$template}/style.css" />

 

</head>

 

<body>

 

<div class="wrapper">

 

<img src="templates/{$template}/header.jpg" width="730" height="118" alt="" />

 

 

<ul id="nav">

<li><a href="index.html">Home </a></li>

 

<li class="menu sfHover"><a href="#"> Services</a>

<ul>

<li><a href="gameserver.html">Game Servers</a></li>

<li><a href="voiceserver.html">Voice Servers</a></li>

</ul>

</li>

<li class="menu sfHover"><a href="#"> Company</a>

<ul>

<li><a href="about.html">About</a></li>

<li><a href="network.html"> Our Network</li></a>

<li><a href="testimonials.html">Testimonials</a></li>

 

</ul>

<li class="menu sfHover"><a href="faq.html"> FAQ</a>

</li>

<li class="menu sfHover"><a href="tos.pdf" TARGET="_blank"> Terms of Service</a>

 

</li>

 

<li class="menu sfHover noright"><a href="#"> Control Panel</a>

<ul>

<li><a href="gamecp.html">Game Server</a></li>

<li><a href="http://ventcp.protocolservers.co.uk">Voice Server</a></li>

<li><a href="billingcp.html">Billing</a></li>

 

</ul>

</li>

 

 

 

</li>

</ul>

 

 

 

<p>{if "templates/$template/images/$filename.png"|file_exists}<img src="templates/{$template}/images/{$filename}.png" align="right" alt="" />{/if}

<span class="heading">Client Control Panel</span><br />

Purchase, Enquire & Renew Services Here</p>

 

{if $loggedin}

 

<p align="center" class="clientarealinks"><a href="clientarea.php"><img src="images/clientarea.gif" border="0" hspace="5" align="absmiddle" alt="" />{$LANG.clientareanavhome}</a>

 

<a href="clientarea.php?action=details"><img src="images/details.gif" border="0" hspace="5" align="absmiddle" alt="" />{$LANG.clientareanavdetails}</a>

 

<a href="clientarea.php?action=products"><img src="images/products.gif" border="0" hspace="5" align="absmiddle" alt="" />{$LANG.clientareaproducts}</a>

 

 

<a href="clientarea.php?action=invoices"><img src="images/invoices.gif" border="0" hspace="5" align="absmiddle" alt="" />{$LANG.invoices}</a>

 

<a href="supporttickets.php"><img src="images/supporttickets.gif" border="0" hspace="5" align="absmiddle" alt="" />{$LANG.clientareanavsupporttickets}</a>

 

 

{/if}

 

I have put both the dropdown.css & global.css in the correct folders along with dropdown.js

Any help would be appreciated :D

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated