Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS drupal seconadry link problem

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #24699

    hi friends,

    this is my site url http://www.1dash1.com all things are working fine except my secondary link which is in content area in black color is highlighted on every page what i want is when user click on offerings(primary links) the secondary link got displayed otherwise it is not visible on any other page…
    i used
    <?php
    if (isset($secondary_links)) {
    ?>

    <?php
    print preg_replace(‘/<a (.*?)>(.*?)<\/a>/i’,'<a \1><span>\2</span></a>’,theme(‘links’, $secondary_links, array(‘class’ =>’links’, ‘id’ => ‘navlist’)));
    ?>

    <?php
    }
    ?>
    this code in my tpl file

    plz help me its really urjent w8ing for ur replies

Viewing 1 post (of 1 total)
  • The forum ‘CSS’ is closed to new topics and replies.