Browse Source

Bug 1580327 - Remove Private Internet Access logo from the home page. r=frg

Ricardo Palomares 5 years ago
parent
commit
956a1ba54a
2 changed files with 2 additions and 2 deletions
  1. 2 2
      lib/sidebar.tmpl
  2. BIN
      src/images/PIALogo1x.png

+ 2 - 2
lib/sidebar.tmpl

@@ -68,7 +68,7 @@
    END;
 
    IF template.name == "index.en.html";
-     "<span style=\"font-size: x-small\">Sponsored by:</span><br>\n";
-     "<a href=\"https://www.privateinternetaccess.com/\"><img src=\"/images/PIALogo1x.png\" width=\"248\" height=\"38\"></a>";
+     "<!-- span style=\"font-size: x-small\">Sponsored by:</span><br>\n";
+     "<a href=\"https://www.privateinternetaccess.com/\"><img src=\"/images/PIALogo1x.png\" width=\"248\" height=\"38\"></a -->";
    END;
 %]

BIN
src/images/PIALogo1x.png