hello,
i got an html template i am working with:
and I want to convert it to work with Joomla and I am trying to implement user3 module into my links and keeping the way it looks.
the links with the html are:
<div id="myslidemenu" class="jqueryslidemenu">
<ul class="primary-menu">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="#">Page Types</a>
<ul>
<li><a href="services.html">Services</a></li>
<li><a href="news.html">News Archive</a></li>
<li><a href="bloglist.html">Blog</a></li>
<li><a href="blogdetail.html">Blog detail</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="work.html">Our Work</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="#">Just send -></a>
<ul>
<li><a href="#">me</a></li>
<li><a href="#">a sign</a></li>
</ul>
</li>
</ul>
</li>
but how do i reference user3 module without destroying how the links will show up? please help.