diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2020-01-29 20:34:08 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2020-01-29 20:34:08 +0100 |
commit | b28f1a4a516f93044c632b254670dd21f52e625c (patch) | |
tree | aa2661016383e51fe26d564d208ac302f6e48926 /app/view/templates/arthead.php | |
parent | a30e115d62f10183acb7ff946821aaf066d4a61e (diff) | |
download | wcms-b28f1a4a516f93044c632b254670dd21f52e625c.tar.gz wcms-b28f1a4a516f93044c632b254670dd21f52e625c.zip |
new feature : colored tags
Diffstat (limited to 'app/view/templates/arthead.php')
-rw-r--r-- | app/view/templates/arthead.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/app/view/templates/arthead.php b/app/view/templates/arthead.php deleted file mode 100644 index b137c7f..0000000 --- a/app/view/templates/arthead.php +++ /dev/null @@ -1,6 +0,0 @@ -<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 |