Stripped `${public_url}/` from image URLs/

master
Brainwrecked Tech 5 years ago
parent 426ba2ebf0
commit 0a7c3eaf4d

@ -154,7 +154,7 @@ help support Mozilla.
<body id="firefox-sync" class="html-ltr sky state-fx-31-signed-in">
<div id="strings" data-global-close="Close" data-global-next="Next" data-global-previous="Previous" data-global-update-firefox="Update Firefox"></div>
<div id="outer-wrapper" style='background:url("${public_url}/media/img/sandstone/bg-gradient-sky.7ea325995978.png") repeat-x,url("${public_url}/media/img/sandstone/grain.855f29e0c686.png") repeat,#eee;'>
<div id="outer-wrapper" style='background:url("media/img/sandstone/bg-gradient-sky.7ea325995978.png") repeat-x,url("media/img/sandstone/grain.855f29e0c686.png") repeat,#eee;'>
@ -163,7 +163,7 @@ help support Mozilla.
<div class="sticky-wrapper" style=""><header id="fxfamilynav-header" class="fxfamilynav-header dark">
<div class="container">
<a href="https://www.mozilla.org/firefox/products/" class="fxfamilynav-logo" style="background-image:url('${public_url}/media/img/firefox/family/nav-sprite.56fbf5a8d218.png') !important;">Firefox</a>
<a href="https://www.mozilla.org/firefox/products/" class="fxfamilynav-logo" style="background-image:url('media/img/firefox/family/nav-sprite.56fbf5a8d218.png') !important;">Firefox</a>
<nav id="fxfamilynav" class="fxfamilynav" role="navigation">
<ul id="fxfamilynav-primary" class="primary-nav">
<li class="related active">
@ -206,7 +206,7 @@ help support Mozilla.
<div id="tabzilla">
<a href="https://www.mozilla.org/" data-link-type="nav" data-link-name="tabzilla" style="background-image:url('${public_url}/media/img/tabzilla/tabzilla-static.953a65a1f4a4.png') !important;">Mozilla</a>
<a href="https://www.mozilla.org/" data-link-type="nav" data-link-name="tabzilla" style="background-image:url('media/img/tabzilla/tabzilla-static.953a65a1f4a4.png') !important;">Mozilla</a>
</div>
</div></header></div>
@ -598,7 +598,7 @@ See <a href="http://160.twinql.com/how-to-file-a-good-android-sync-bug/">how to
</section>
<section class="cta">
<div class="inner-wrapper" style='background-image:url("${public_url}/media/img/firefox/sync/device-lineup.a60618c7dacb.png") !important;'>
<div class="inner-wrapper" style='background-image:url("media/img/firefox/sync/device-lineup.a60618c7dacb.png") !important;'>
<div class="container">
<header>
<h3>Change the Sync server on each installation</h3>
@ -621,7 +621,7 @@ See <a href="http://160.twinql.com/how-to-file-a-good-android-sync-bug/">how to
<footer id="colophon" class="">
<nav class="row">
<div class="col col-1">
<div class="logo"><a href="https://www.mozilla.org/" data-link-type="footer" data-link-name="Mozilla" style='background:url("${public_url}/media/img/sandstone/footer-mozilla.fafef0912042.png") !important;'>Mozilla</a></div>
<div class="logo"><a href="https://www.mozilla.org/" data-link-type="footer" data-link-name="Mozilla" style='background:url("media/img/sandstone/footer-mozilla.fafef0912042.png") !important;'>Mozilla</a></div>
<p class="license">Portions of this content are ©19982016 by individual mozilla.org contributors. Content available under a <a href="https://www.mozilla.org/foundation/licensing/website-content/">Creative Commons license</a>.</p>
</div>
<div class="col col-2">

Loading…
Cancel
Save