-
Notifications
You must be signed in to change notification settings - Fork 6
/
meta.php
22 lines (19 loc) · 1.14 KB
/
meta.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="/images/favicon.png" rel="shortcut icon">
<title><?=strlen($dispatchInfo['title'])?$dispatchInfo['title'].' | ':''?>Gamers Plane</title>
<?
$dispatchInfo['description'] = strlen($dispatchInfo['description'])?substr($dispatchInfo['description'], 0, 155):"A pen and paper RPG play-by-post site and community, Gamers' Plane is a great place to play games online or organize your live ones.";
?>
<meta name="description" content="<?=$dispatchInfo['description']?>">
<meta property="og:site_name" content="Gamers' Plane">
<meta property="og:type" content="website">
<meta property="og:description" content="<?=$dispatchInfo['description']?>">
<meta property="og:image" content="http://gamersplane.com/images/logo.jpg">
<meta http-equiv="cache-control" content="max-age=0">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT">
<meta http-equiv="pragma" content="no-cache">
<? if($responsivePage){?>
<meta name="viewport" content="width=device-width, initial-scale=1">
<?}?>