0
Welcome Guest! Login
0 items Join Now

favicon.ico

    • Caltucker's Avatar
    • Caltucker
    • Sr. Rocketeer
    • Posts: 159
    • Thanks: 0

    Re: favicon.ico

    Posted 16 years 3 months ago
    • This seems to be a SEF URL issue. If you open rt_head_includes.php from your RT template directory, you will see the following code is used for the favicon:
      <link rel="shortcut icon" href="<?php echo $this->baseurl; ?>/images/favicon.ico" />

      I made the path absolute. Now iIt looks like this:
      <link rel="shortcut icon" href="http://MYwebSITE.com/templates/rt_hivemind_j15/favicon.ico" />

      FINALLY figured this one out

Time to create page: 0.047 seconds