summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x_graphics/favicon.icobin0 -> 1218 bytes
-rw-r--r--views/default/page/elements/shortcut_icon.php6
2 files changed, 6 insertions, 0 deletions
diff --git a/_graphics/favicon.ico b/_graphics/favicon.ico
new file mode 100755
index 0000000..f3524a5
--- /dev/null
+++ b/_graphics/favicon.ico
Binary files differ
diff --git a/views/default/page/elements/shortcut_icon.php b/views/default/page/elements/shortcut_icon.php
new file mode 100644
index 0000000..7fd33f6
--- /dev/null
+++ b/views/default/page/elements/shortcut_icon.php
@@ -0,0 +1,6 @@
+<?php
+/**
+ * Displays the default shortcut icon
+ */
+?>
+<link rel="SHORTCUT ICON" href="<?php echo elgg_get_site_url(); ?>mod/n1_theme/_graphics/favicon.ico" />