In-Portal Issue Tracker

Welcome to the In-Portal Open Source CMS Issue Tracker! This is a central management / tracking tool for all types of tasks / issues / bugs for the In-Portal Project. Before reporting any issues, please make sure to read the Guide into Issue Tracker and How to Properly Test and Report Bugs!

Dependency Graph View Issue ] Relation Graph ] Vertical ]
related to child of duplicate of

Viewing Issue Simple Details
ID Category Type Reproducibility Date Submitted Last Update
0000987 [In-Portal CMS] Other bug report always 2011-02-02 20:09 2011-03-30 09:53
Reporter Dmitry View Status public  
Assigned To alex
Priority normal Resolution fixed  
Status closed      
Summary 0000987: Incorrect location of "favicon.ico" file
Description In-Portal has it's own favicon.ico file, located in "core/admin_templates/img" folder. This icon is used when In-Portal based website is added to favorites and also on the left on website address in web browser.

Internet Explorer doesn't like that much and it requires that "favicon.ico" file will be placed in root installation folder.

I can see that, because I still got requests to "favicon.ico" file in root folder of installation no matter if I have specified other path in each page HTML.

In result we should have 1 version of "favicon.ico" file for both admin console and front-end and not 2 files with identical content.
Additional Information Proper way:

1. place "favicon.ico" file in the ROOT folder of installation
2. place this HTML into <head> section of HTML page:

<link rel="icon" href="<inp2:m_BaseURL/>favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="<inp2:m_BaseURL/>favicon.ico" type="image/x-icon" />



Web Development by Intechnic
In-Portal Open Source CMS
In-Portal Open Source CMS
Copyright © 2000 - 2009 MantisBT Group

Powered by Mantis Bugtracker