ACCORD5
Add a reply

ACCORD5 Company Forums » Trellis Desk » General Discussion

Where do I place a favicon.ico?

 
  • Started 2 years ago by W Stewart
  • 3 posts in this topic
  • Latest reply from frank
  1. User has not uploaded an avatar

    W Stewart

    offline
    Member

    Does anyone know which directory you would place a favicon.ico. I have tried the root but it does not work.

    Posted 2 years ago #
  2. User has not uploaded an avatar

    wgmx

    offline
    Member

    Hi,
    the directory no is important. Place the favicon.ico into a directory you can access by internet.
    Add into ../include/class_askin.php in the head-section the link to the favicon:
    <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <title>Trellis Desk :: Administration Control Panel</title>
    <link rel="shortcut icon" href="http://your_server/favicon.ico">
    <style type="text/css" media="all">
    @import "<! HD_URL !>/includes/global.css";
    @import "<! HD_URL !>/includes/local.css";
    </style>
    <script src='<! HD_URL !>/includes/scripts/global.js' type='text/javascript'></script>
    <script src='<! HD_URL !>/includes/scripts/prototype.js' type='text/javascript'></script>
    <script src='<! HD_URL !>/includes/scripts/scriptaculous.js' type='text/javascript'></script>
    </head>
    This works for me.
    Greetings
    Wieland

    Posted 2 years ago #
  3. User has not uploaded an avatar

    frank

    offline
    Member

    Thanks wgmx.

    Do you know what file to edit as well to add a favicon for other pages besides the Administration Control Panel page?

    Posted 1 year ago #

RSS feed for this topic

Reply to this topic

You must log in to post.