aboutsummaryrefslogtreecommitdiff
path: root/fn
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2018-04-12 16:54:59 +0200
committervincent-peugnet <v.peugnet@free.fr>2018-04-12 16:54:59 +0200
commit1b6f5e650fa774cda77d511bf4cbdc638a2b42f6 (patch)
treeec560104a579ac0e21de40d1666f3da80bc8862a /fn
parent552dd49b00cedb168c95cdf841971e93b0ad678d (diff)
downloadwcms-1b6f5e650fa774cda77d511bf4cbdc638a2b42f6.tar.gz
wcms-1b6f5e650fa774cda77d511bf4cbdc638a2b42f6.zip
delete_update_media_blank
Diffstat (limited to 'fn')
-rw-r--r--fn/fn.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/fn/fn.php b/fn/fn.php
index d42b7e8..79007ef 100644
--- a/fn/fn.php
+++ b/fn/fn.php
@@ -21,14 +21,17 @@ function secure()
}
}
-function head($title) {
+function head($title)
+{
?>
<head>
<meta charset="utf8" />
+ <meta name="viexport" content="width=device-width" />
<link href="/css/style.css" rel="stylesheet" />
<title><?= $title ?></title>
</head>
<?php
+
}
?>