Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

Version 5.1. Function is available in version 5.1 and later.

Instructions

Follow these steps:

  1. Create a custom layout based on the template below.

  2. Name the layout _LayoutFooter.cshtml

  3. Place the custom layout file in App_Data/<site>

  4. Reset IIS.

...

 Sample custom footer

View file
name_LayoutFooter.cshtml

It is possible to refer images and other files in the App_Data/<site> folder from within the _LayoutFooter.cshtml file:

Code Block
languagexml
<!-- 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" })">

Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@1ecd09
showSpacefalse
sortmodified
typepage
reversetrue
labelsfooter custom layout
cqllabel in ( "custom" , "footer" , "layout" ) and type = "page" and space = "ASKB"

...