shortcut_icon.php 159 B

123456
  1. <?php
  2. /**
  3. * Displays the default shortcut icon
  4. */
  5. ?>
  6. <link rel="SHORTCUT ICON" href="<?php echo elgg_get_site_url(); ?>mod/myfavicon/graphics/favicon.ico" />