diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-04-12 16:54:59 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-04-12 16:54:59 +0200 |
commit | 1b6f5e650fa774cda77d511bf4cbdc638a2b42f6 (patch) | |
tree | ec560104a579ac0e21de40d1666f3da80bc8862a /fn | |
parent | 552dd49b00cedb168c95cdf841971e93b0ad678d (diff) | |
download | wcms-1b6f5e650fa774cda77d511bf4cbdc638a2b42f6.tar.gz wcms-1b6f5e650fa774cda77d511bf4cbdc638a2b42f6.zip |
delete_update_media_blank
Diffstat (limited to 'fn')
-rw-r--r-- | fn/fn.php | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 + } ?> |