Jump to content

What indicate references in menu


Андрей
 Share

Recommended Posts

                  Подскажите как нужно прописывать  ссылки    

                   <ul>

                        <li><a href="http://test.ru/"><span>Основная</span></a></li>

                        <li><a href="http://test.ru/tv/"><span>Телевидение</span></a></li>

                  </ul>

http://www.test.com/          index   обычное обращение к главной странице не работает  

http://www.test.com/tv/      tv         

              Prompt as it is necessary to prescribe references     


                   <ul>

                        <li><a href="http://test.ru/"><span>Основная</span></a></li>

                        <li><a href="http://test.ru/tv/"><span>Телевидение</span></a></li>

                  </ul>

http://www.test.com/          index    usual address to main to page does not work    friendly URL

http://www.test.com/tv/      tv    

Link to comment
Share on other sites

решил проблему

has solved a problem

<ul id='topnav'>
                <li><a id='topnav_home' href='<?php echo $config->urls->root; ?>'>Directory of United States Skyscrapers</a></li>
                <li><a id='topnav_cities' href='<?php echo $config->urls->root; ?>cities/'>Cities</a></li>
                <li><a id='topnav_architects' href='<?php echo $config->urls->root; ?>architects/'>Architects</a></li>
                <li><a id='topnav_about' href='<?php echo $config->urls->root; ?>about/'>About</a></li>
            </ul>
  • Like 1
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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