Jump to content

Change top menu links on a custom template?


Recommended Posts

Here's the link to my website Four Septembers. I want to change the links and headings on the top menu. I can't find a module or code file where I can change it. Looking from the "veiw source" on firefox, it shows me this. Can anyone tell me what path to take to change the menu?

 

 

<!-- Block user information module HEADER -->

<div style=" float: left;margin: 50px 0 20px 0;">

<a href="http://www.fourseptembers.com/index.html/my-account.php" title="My Account">My Account</a>

</div>

<!-- /Block user information module HEADER -->

 

 

<!-- Block permanent links module HEADER -->

<div id="nav-cont">

<div id="nav-link-cont"><a href="http://www.fourseptembers.com/index.html/" class="active">Homes</a>

<a href="http://www.fourseptembers.com/index.html/all-products.php">Products</a>

<a href="http://www.fourseptembers.com/index.html/order.php">Checkout</a>

<a href="http://www.fourseptembers.com/index.html/contact-form.php" title="contact">Contact Us</a>

<a href="http://www.fourseptembers.com/index.html/cms.php?id_cms=3">Policy</a>

<a href="http://www.fourseptembers.com/index.html/cms.php?id_cms=6">Other pages</a></div>

 

<!-- /Block permanent links module HEADER -->

 

 

<!-- Block search module TOP -->

 

 

<div id="search-cont">

<form method="get" action="http://www.fourseptembers.com/index.html/search.php" id="searchbox">

<div class="search-feild-cont">

 

 

<input type="hidden" name="orderby" value="position" />

<input type="hidden" name="orderway" value="desc" />

<input class="search-feild" type="text" id="search_query_top" name="search_query" value="" />

 

</div>

 

<div class="search-btn-cont"><input name="" type="image" src="http://www.fourseptembers.com/index.html/img/go-btn.jpg" /></div>

</form>

</div>

 

 

 

 

</div>

Link to comment
Share on other sites

  • 4 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...