Skip to content

Commit

Permalink
Update download link, fix menu bug
Browse files Browse the repository at this point in the history
  • Loading branch information
craigcook committed Sep 27, 2017
1 parent 5520ca0 commit 86c85c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
4 changes: 2 additions & 2 deletions themes/frontierline-firefox/content-views/content.php
Expand Up @@ -55,7 +55,7 @@

<footer class="fx-footer">
<h4><?php _e('Browse fast. Browse free.', 'frontierline'); ?></h4>
<p><a href="https://www.mozilla.org/firefox/new/?scene=2" rel="external" class="button button-green"><?php _e('Download Firefox', 'frontierline'); ?></a></p>
</div>
<p><a href="https://www.mozilla.org/firefox/new/?utm_source=blog.mozilla.org&utm_campaign=firefox_frontier&utm_medium=referral" rel="external" class="button button-green"><?php _e('Download Firefox', 'frontierline'); ?></a></p>
</footer>

</article><!-- #post -->
2 changes: 1 addition & 1 deletion themes/frontierline-firefox/includes/nav-global.php
Expand Up @@ -8,7 +8,7 @@
<div class="content">
<div class="logo"><a href="https://www.mozilla.org" rel="external" title="<?php _e('Visit mozilla.org', 'frontierline'); ?>">Mozilla</a></div>

<p class="fx-cta"><a href="https://www.mozilla.org/firefox/new/?scene=2" rel="external" class="button button-green"><?php _e('Download Firefox', 'frontierline'); ?></a></p>
<p class="fx-cta"><a href="https://www.mozilla.org/firefox/new/?utm_source=blog.mozilla.org&utm_campaign=firefox_frontier&utm_medium=referral" rel="external" class="button button-green"><?php _e('Download Firefox', 'frontierline'); ?></a></p>

<div class="nav-mozilla">
<span class="toggle" role="button" aria-controls="nav-mozilla-menu" aria-expanded="false" tabindex="0"><?php _e('Menu', 'frontierline'); ?></span>
Expand Down
5 changes: 0 additions & 5 deletions themes/frontierline-firefox/includes/newsletter-form.php
Expand Up @@ -319,11 +319,6 @@
</select>
</div>

<div class="field field-format">
<label for="format-h"><input checked="checked" id="format-h" name="fmt" value="H" type="radio"> <?php _e('HTML', 'frontierline'); ?></label>
<label for="format-t"><input id="format-t" name="fmt" value="T" type="radio"> <?php _e('Text', 'frontierline'); ?></label>
</div>

<div class="field field-privacy">
<label for="privacy">
<input type="checkbox" id="privacy" name="privacy" required>
Expand Down

0 comments on commit 86c85c9

Please sign in to comment.