~ya-bo-ng/resource-centre/fix-1706967

« back to all changes in this revision

Viewing changes to includes/_site_nav.php

  • Committer: Graham Bancroft
  • Date: 2017-04-20 12:28:17 UTC
  • mfrom: (96.1.1 resource-centre)
  • Revision ID: graham.bancroft@canonical.com-20170420122817-9o3kbrf4l91i46fw
Remove phone and tablet from main nav and homepage

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
    <li class="nav-cloud-and-server<?php if ( $current_tax == "cloud-and-server" ) : echo ' active'; endif; ?>"><a href="<?php echo get_site_url(); ?>/cloud-and-server/">Cloud and server</a></li>
6
6
    <li class="nav-iot<?php if ( $current_tax == "internet-of-things" ) : echo ' active'; endif; ?>"><a href="<?php echo get_site_url(); ?>/internet-of-things/">IoT</a></li>
7
7
    <li class="nav-desktop<?php if ( $current_tax == "desktop" ) : echo ' active'; endif; ?>"><a href="<?php echo get_site_url(); ?>/desktop/">Desktop</a></li>
8
 
    <li class="nav-phone-and-tablet<?php if ( $current_tax == "phone-and-tablet" ) : echo ' active'; endif; ?>"><a href="<?php echo get_site_url(); ?>/phone-and-tablet/">Phone and tablet</a></li>
9
8
    <li class="nav-press-center<?php if ( $current_tax == "press-center" ) : echo ' active'; endif; ?>"><a href="<?php echo get_site_url(); ?>/press-centre/">Press centre</a></li>
10
9
</ul>
11
10