/
Technical documentation - Adding a custom footer
Technical documentation - Adding a custom footer
This article explains how to add a custom footer in the layout.
Version 5.1. Function is available in version 5.1 and later.
Instructions
Follow these steps:
Create a custom layout based on the template below.
Name the layout
_LayoutFooter.cshtml
Place the custom layout file in App_Data/<site>
Reset IIS.
Sample custom footer
It is possible to refer images and other files in the App_Data/<site> folder from within the _LayoutFooter.cshtml file:
<!-- Refer to image which is placed in App_Data/<site> folder. Add the below line in the layout and change file name. -->
<img src ="@Url.Action("LayoutFooterImage", "Home", new { fileName = "dometic_logo_black.png" })">
Related articles
, multiple selections available,
Related content
Setting favicon
Setting favicon
More like this
Create a welcome page
Create a welcome page
More like this
Add a default image on a presentation type
Add a default image on a presentation type
More like this
Create a support page
Create a support page
More like this
How to configure start page with images
How to configure start page with images
More like this
Technical documentation - Orders, price and availability settings
Technical documentation - Orders, price and availability settings
More like this