registerguard / bulldog

The official 2013 registerguard.com theme.
http://registerguard.com
1 stars 1 forks source link

Next nav change, include this Obits link #172

Closed jheasly closed 10 years ago

jheasly commented 10 years ago

In the top of the page nav Obits dropdown, add a fourth item: text: Purchase a tribute obituary link: http://projects.registerguard.com/pages/news-forms/#purchase-obituary

HTML for the above ought to go something like this:

<div class="w_unit w_C1of2">

    <div class="bd_gutter">

        <ul class="bd_scoop">
            <li><a href="http://projects.registerguard.com/pages/news-forms/#purchase-obituary">Purchase a tribute obituary</a></li>
        </ul> <!-- /.bd_scoop -->

    </div> <!-- /.bd_gutter -->

</div> <!-- /.w_unit -->