Updated logos, Improved UX a bit

Update footer.php, header-lang.php, and 40 more files...
This commit is contained in:
2022-06-28 16:21:45 +02:00
parent 395f9b680e
commit eab1699642
36 changed files with 29 additions and 501 deletions

View File

@@ -12,7 +12,7 @@ include_once 'langs.php';
<meta property="og:title" content="Nibble Poker - <?php print(localize('privacy.title')); ?>" />
<meta property="og:type" content="website" />
<meta property="og:url" content="<?php echo($host_uri); ?>/" />
<meta property="og:image" content="<?php echo($host_uri); ?>/resources/Azias/logos/opengraph.png"/>
<meta property="og:image" content="<?php echo($host_uri); ?>/resources/Azias/logos/v2_opengraph.png"/>
<meta property="og:image:type" content="image/png"/>
<meta property="og:description" content="<?php print(localize('privacy.description')); ?>"/>
</head>