summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Martin <caedes@sindominio.net>2012-10-24 04:01:05 +0000
committerroot <root@migration.vz.lan>2012-10-24 04:01:12 +0000
commit6429d85c0ed092687d7d335157ab481fc72602f9 (patch)
tree6c0cfc3173e01a41a122f55321f191e3ac21f54b
parente1f501a4988ccf4b88dec72b19955101a0a706e3 (diff)
downloadsaravea_theme-6429d85c0ed092687d7d335157ab481fc72602f9.tar.gz
saravea_theme-6429d85c0ed092687d7d335157ab481fc72602f9.tar.bz2
add favicon to theme.
-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" />