diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-11-05 13:41:27 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-11-05 13:41:27 +0100 |
commit | e7bdf04e3e58aa2c1821918b72753f274d3684fb (patch) | |
tree | ba336324aeb65509f67f4791e06d08a70f3f12f1 /w/view/templates/arthead.php | |
parent | 85824de70ded75c98bd50220160e2171fdc8df41 (diff) | |
download | wcms-e7bdf04e3e58aa2c1821918b72753f274d3684fb.tar.gz wcms-e7bdf04e3e58aa2c1821918b72753f274d3684fb.zip |
render function only body
Diffstat (limited to 'w/view/templates/arthead.php')
-rw-r--r-- | w/view/templates/arthead.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/w/view/templates/arthead.php b/w/view/templates/arthead.php new file mode 100644 index 0000000..b137c7f --- /dev/null +++ b/w/view/templates/arthead.php @@ -0,0 +1,6 @@ +<meta charset="utf8" /> +<meta name="viewport" content="width=device-width" /> +<link rel="shortcut icon" href="./media/logo.png" type="image/x-icon"> +<title><?= $title ?></title> +<meta name="description" content="<?= $description ?>"> +<link rel="stylesheet" href="./css/soft.css">
\ No newline at end of file |