summary refs log tree commit diff stats
path: root/divs/head.php
blob: 8f404fb4569d8061cb395ca0a996bf4d7307a0c8 (plain) (blame)
1
2
3
4
5
6
7
8
<head>
  <?php printf("<title>%s - %s</title>", $vdata[2], $wsdata[0]) ?>
  <meta name="description" content="<?php echo $wsdata[6] ?>" />
  <meta name="viewport" content="width=device-width,initial-scale=1.0">
  <link rel="stylesheet" href="/theme/body-wrapper.css" type="text/css">
  <link rel="shortcut icon" href="/theme/favicon.ico" type="image/x-icon">
  <link rel="canonical" href="<?php echo $wsdata[1] ?>">
</head>