diff options
author | Pablo Martin <caedes@sindominio.net> | 2012-10-24 04:01:05 +0000 |
---|---|---|
committer | root <root@migration.vz.lan> | 2012-10-24 04:01:12 +0000 |
commit | 6429d85c0ed092687d7d335157ab481fc72602f9 (patch) | |
tree | 6c0cfc3173e01a41a122f55321f191e3ac21f54b /views/default/page/elements/shortcut_icon.php | |
parent | e1f501a4988ccf4b88dec72b19955101a0a706e3 (diff) | |
download | saravea_theme-6429d85c0ed092687d7d335157ab481fc72602f9.tar.gz saravea_theme-6429d85c0ed092687d7d335157ab481fc72602f9.tar.bz2 |
add favicon to theme.
Diffstat (limited to 'views/default/page/elements/shortcut_icon.php')
-rw-r--r-- | views/default/page/elements/shortcut_icon.php | 6 |
1 files changed, 6 insertions, 0 deletions
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" />
|