Merge pull request #78 from nixolas1/mobiletweak

Added Open graph logo
This commit is contained in:
KasperRT
2014-12-31 02:00:01 +01:00
3 changed files with 7 additions and 3 deletions

View File

@@ -5,7 +5,8 @@
else $list=$list[1]; else $list=$list[1];
?> ?>
<html> <html xmlns="http://www.w3.org/1999/xhtml"
xmlns:fb="http://ogp.me/ns/fb#">
<head> <head>
<?php include("php/header.php"); ?> <?php include("php/header.php"); ?>
</head> </head>

View File

@@ -3,4 +3,6 @@
<link rel="stylesheet" type="text/css" href="static/style.css" title="Default" /> <link rel="stylesheet" type="text/css" href="static/style.css" title="Default" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="icon" type="image/png" href="static/favicon.png"/> <link rel="icon" type="image/png" href="static/favicon.png"/>
<link rel="stylesheet" type="text/css" href="static/controlstyle.css">/ <link rel="stylesheet" type="text/css" href="static/controlstyle.css" />
<meta property="og:image" content="static/Logo.png" />

View File

@@ -31,7 +31,8 @@ foreach($dir as $files){
?> ?>
<html> <html xmlns="http://www.w3.org/1999/xhtml"
xmlns:fb="http://ogp.me/ns/fb#">
<head> <head>
<?php include("php/header.php"); ?> <?php include("php/header.php"); ?>
</head> </head>