Change the Favicon

The favicon is used, for example, on the browser tab where your Intrexx portal is open.

To change the default Intrexx favicon, you must provide your own favicon in PNG format with a resolution of 500px x 500px. This resolution is necessary to support different browsers and operating systems.

The favicon must be placed in the correct portal directory so that it can be automatically read by the Intrexx portal and will not be lost during an Intrexx update.

To do this, create a new folder named "custom" in the portal directory "external/htmlroot/images/favicon". This custom directory is not affected by Intrexx updates and is therefore update-safe.

Name your favicon "favicon.png" and save it in the "custom" folder.

The folder structure should then look like this:

Advanced Control

You can implement your own code in the "custom_head.vm" file. You can find the file in the portal directory "internal/system/vm/custom/". Open the file and add your own implementation, such as the following example:

            <link rel="icon" type="image/png" sizes="any" href="/images/favicon/custom/favicon.png" />
<link rel="apple-touch-icon" type="image/png" sizes="any" href="/images/favicon/custom/favicon.png" />
        

The changes take effect as soon as the Intrexx portal is reloaded in the browser or the portal page is refreshed.