Skip to content
This repository was archived by the owner on Oct 29, 2020. It is now read-only.

Commit e5be0dd

Browse files
committed
Merge pull request #6505 from DFurnes/favicon
Fix favicon and touch icon path.
2 parents cee06be + a2d7dc2 commit e5be0dd

File tree

1 file changed

+2
-2
lines changed
  • lib/themes/dosomething/paraneue_dosomething/templates/system

1 file changed

+2
-2
lines changed

lib/themes/dosomething/paraneue_dosomething/templates/system/html.tpl.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
<script type="text/javascript" src="<?php print '/' . VENDOR_ASSET_PATH . '/respond.js/dest/respond.min.js' ?>"></script>
3232
<![endif]-->
3333

34-
<link rel="shortcut icon" href="<?php print '/' . FORGE_ASSET_PATH . '/dist/assets/images/favicon.ico' ?>">
35-
<link rel="apple-touch-icon-precomposed" href="<?php print '/' . FORGE_ASSET_PATH . '/dist/assets/images/apple-touch-icon-precomposed.png' ?>">
34+
<link rel="shortcut icon" href="<?php print '/' . FORGE_ASSET_PATH . '/assets/images/favicon.ico' ?>">
35+
<link rel="apple-touch-icon-precomposed" href="<?php print '/' . FORGE_ASSET_PATH . '/assets/images/apple-touch-icon-precomposed.png' ?>">
3636
<?php print $head; ?>
3737

3838
<script type="text/javascript" src="<?php print '/' . PARANEUE_PATH . '/dist/modernizr.js' ?>"></script>

0 commit comments

Comments
 (0)