Change favicon

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

To change the Intrexx default favicon, a custom favicon must be provided as a PNG with 500px x 500px resolution. This resolution is required to support different browsers or systems.

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

To do this, create a new folder named "custom" in the portal directory "external/htmlroot/images/favicon/". This user-defined directory remains unaffected by Intrexx updates and is therefore update-proof.

Enter the file name "favicon.png" for your favicon and place it in the "custom" folder.

The folder structure should then look like this:

Extended control

Custom code can be implemented in the "custom_head.vm" file. The file can be found in the portal directory "internal/system/vm/custom/". Open the file and add your own implementation, as shown here, for 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 will take effect as soon as the Intrexx portal is reopened in the browser or the portal page is refreshed.