From 2274eb6acd1470707e9f9ca22307e7534cdf0658 Mon Sep 17 00:00:00 2001 From: Halleck45 Date: Mon, 1 Sep 2014 08:38:46 +0200 Subject: [PATCH] HTML report : favicon --- templates/html/assets/favicon.html.twig | 1 + templates/html/summary/report.html.twig | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 templates/html/assets/favicon.html.twig diff --git a/templates/html/assets/favicon.html.twig b/templates/html/assets/favicon.html.twig new file mode 100644 index 00000000..cbc506c7 --- /dev/null +++ b/templates/html/assets/favicon.html.twig @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/templates/html/summary/report.html.twig b/templates/html/summary/report.html.twig index d2020c30..3e4511dd 100644 --- a/templates/html/summary/report.html.twig +++ b/templates/html/summary/report.html.twig @@ -2,7 +2,7 @@ PhpMetrics report - + {% include "assets/favicon.html.twig" %}