]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
Adds viewport meta tag into html head
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 23 Mar 2018 02:21:17 +0000 (23:21 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 23 Mar 2018 02:21:17 +0000 (23:21 -0300)
data/templates/default/top.inc.php

index 55be4a7cc1e0f80b87c230db67c69a83b6b6e3e4..79cc2e20e0ff9c62e83993d2459aada9561d788b 100644 (file)
@@ -3,6 +3,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  <head>
   <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
+  <meta name="viewport" content="width=device-width,initial-scale=1">
   <title><?php echo filter($GLOBALS['sitename'] .(isset($pagetitle) ? ' ยป ' . $pagetitle : '')); ?></title>
   <link rel="icon" type="image/png" href="<?php echo $theme->resource('icon.png');?>" />
   <link rel="stylesheet" type="text/css" href="<?php echo $theme->resource('scuttle.css');?>" />