summaryrefslogtreecommitdiff
path: root/resources/views/icons
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2019-01-25 14:59:31 +0000
committerGreg Roach <fisharebest@webtrees.net>2019-01-25 19:09:59 +0000
commit37eb8894d5d4381f3fd9b791a53a32f0012b32ec (patch)
tree383982de09bcf286033b61de69829608866fafeb /resources/views/icons
parentf0393844a7bf8df7dfbdb5cceafe26a558c04601 (diff)
downloadwebtrees-37eb8894d5d4381f3fd9b791a53a32f0012b32ec.tar.gz
webtrees-37eb8894d5d4381f3fd9b791a53a32f0012b32ec.tar.bz2
webtrees-37eb8894d5d4381f3fd9b791a53a32f0012b32ec.zip
Convert tracking and analytics functions into modules
Diffstat (limited to 'resources/views/icons')
-rw-r--r--resources/views/icons/help.phtml2
-rw-r--r--resources/views/icons/information.phtml1
2 files changed, 2 insertions, 1 deletions
diff --git a/resources/views/icons/help.phtml b/resources/views/icons/help.phtml
index 3d2e8cd1ca..cab0e99de6 100644
--- a/resources/views/icons/help.phtml
+++ b/resources/views/icons/help.phtml
@@ -1 +1 @@
-<i class="fas fa-info-circle fa-fw wt-icon-help" aria-hidden="true"></i>
+<i class="fas fa-question-circle fa-fw wt-icon-help" aria-hidden="true"></i>
diff --git a/resources/views/icons/information.phtml b/resources/views/icons/information.phtml
new file mode 100644
index 0000000000..9152155dc8
--- /dev/null
+++ b/resources/views/icons/information.phtml
@@ -0,0 +1 @@
+<i class="fas fa-info-circle fa-fw wt-icon-information" aria-hidden="true"></i>