Skip to content

Commit

Permalink
theme: hmap: cleanup old markup
Browse files Browse the repository at this point in the history
  • Loading branch information
ofaurax committed Apr 29, 2024
1 parent a95379d commit b6ebf24
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions themes/hmap/theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ class ThemeHMAP implements Itheme
{
public function getCSS()
{
echo '<link href="//www.hmap.fr/wp-content/themes/twentyeleven-hmap/style.css" media="all" type="text/css" rel="stylesheet"></link>';
echo "
<style type=\"text/css\">
echo '<link href="//www.hmap.fr/wp-content/themes/twentyeleven-hmap/style.css" media="all" type="text/css" rel="stylesheet">';
echo "
<style>
@font-face {
font-family: 'PoppeaRegular';
src: url('themes/hmap/poppea-webfont.woff') format('woff');
Expand All @@ -15,8 +15,8 @@ public function getCSS()
}
</style>
";
echo '
<style type="text/css">
echo '
<style>
h1, h2, h3
{
font-family: PoppeaRegular, serif;
Expand All @@ -28,7 +28,7 @@ public function getCSS()

public function getBanner()
{
echo '<a href="//hmap.fr/arvin2/"><img width="" height="100" alt="" style="" src="//www.hmap.fr/wp-content/uploads/2017/12/logo-droite-2lignes-1024x257.png" /></a>';
echo '<a href="//hmap.fr/arvin2/"><img height="100" alt="" style="" src="//www.hmap.fr/wp-content/uploads/2017/12/logo-droite-2lignes-1024x257.png"></a>';
}
}

Expand Down

0 comments on commit b6ebf24

Please sign in to comment.