Does anyone know which directory you would place a favicon.ico. I have tried the root but it does not work.
ACCORD5 Company Forums » Trellis Desk » General Discussion
Where do I place a favicon.ico?
-
Posted 2 years ago #
-
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
WielandPosted 2 years ago # -
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 #
Reply to this topic
You must log in to post.
© 2011 ACCORD5
