diff options
author | Frédéric Guillot <contact@fredericguillot.com> | 2014-01-25 15:55:34 -0500 |
---|---|---|
committer | Frédéric Guillot <contact@fredericguillot.com> | 2014-01-25 15:55:34 -0500 |
commit | 1ae99f6a85743255c918af5c8321818a580b09cc (patch) | |
tree | 7bd540465a652daafe958b48cbcdf4fc17691540 /templates | |
parent | 56cef2016a333033747e7b5f93d45852f09592e3 (diff) |
Add icons
Diffstat (limited to 'templates')
-rw-r--r-- | templates/layout.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/layout.php b/templates/layout.php index 7739db1a..1c89f2ab 100644 --- a/templates/layout.php +++ b/templates/layout.php @@ -4,14 +4,11 @@ <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <link rel="stylesheet" href="assets/css/app.css" media="screen"> - <!-- <link rel="icon" type="image/png" href="assets/img/favicon.png"> - <link rel="shortcut icon" href="favicon.ico"> <link rel="apple-touch-icon" href="assets/img/touch-icon-iphone.png"> <link rel="apple-touch-icon" sizes="72x72" href="assets/img/touch-icon-ipad.png"> <link rel="apple-touch-icon" sizes="114x114" href="assets/img/touch-icon-iphone-retina.png"> <link rel="apple-touch-icon" sizes="144x144" href="assets/img/touch-icon-ipad-retina.png"> - --> <title><?= isset($title) ? Helper\escape($title) : 'Kanboard' ?></title> </head> <body> |