~ubuntu-community-website-admins/ubuntu-community-website/trunk

« back to all changes in this revision

Viewing changes to header.php

  • Committer: Anthony Dillon
  • Date: 2017-01-10 12:41:02 UTC
  • mfrom: (12.1.2 fix-1647682)
  • Revision ID: anthony.dillon@canonical.com-20170110124102-mwtlsvbyalb65rak
RemoveĀ brokenĀ images

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
<nav role="navigation" class="nav-primary nav-right">
57
57
                <div class="logo">
58
58
                        <a class="logo-ubuntu" href="/">
59
 
                                <img width="106" height="25" src="http://assets.ubuntu.com/sites/ubuntu/latest/u/img/logos/logo-ubuntu-orange.svg" alt="" />
 
59
                                <img width="106" height="25" src="https://assets.ubuntu.com/sites/ubuntu/latest/u/img/logos/logo-ubuntu-orange.svg" alt="" />
60
60
                                <span><?php bloginfo('name'); ?></span>
61
61
                        </a>
62
62
                </div>
66
66
                <form action="<?php bloginfo('url'); ?>" id="google-appliance-search-form" method="get" class="header-search" id="searchform">
67
67
                        <label for="edit-keys" class="accessibility-aid">Search</label>
68
68
            <input type="search" maxlength="255" name="s" id="s" class="form-text" placeholder="Search" value="" />
69
 
            <button type="submit"><img src="http://assets.ubuntu.com/sites/ubuntu/1576/u/img/search-white.svg" alt="Search" height="28" /></button>
 
69
            <button type="submit"><img src="https://assets.ubuntu.com/sites/ubuntu/1576/u/img/search-white.svg" alt="Search" height="28" /></button>
70
70
                </form>
71
71
        </nav>
72
72
</header>