Welcome Guest, Not a member yet? Register   Sign In
How do you add a link for the homepage?
#1

[eluser]johnnyForums[/eluser]
I have this:
Code:
<div id="menu">
        <ul>
            <li class="current_page_item"><a href="">Homepage</a></li>
            <li><a href="">Add</a></li>
            <li><a href="">Search</a></li>
            <li><a href="">About</a></li>
            <li class="last"><a href="">Contact</a></li>
        </ul>
    </div>

The href="" is replaced by whatever was my last view call. What I want is for homepage to go back to the main website page. How do I do that? I don't know what to put there other than index to call the /mycontroller/index function. I didn't know if that was "the way" it was done.


Messages In This Thread
How do you add a link for the homepage? - by El Forum - 07-24-2009, 08:55 AM
How do you add a link for the homepage? - by El Forum - 07-24-2009, 09:01 AM
How do you add a link for the homepage? - by El Forum - 07-24-2009, 09:05 AM
How do you add a link for the homepage? - by El Forum - 07-24-2009, 09:10 AM



Theme © iAndrew 2016 - Forum software by © MyBB