View Source PhoenixDuskmoon.PageFooter (PhoenixDuskmoon v4.5.0)

render Page footer

Summary

Functions

Generates a Page footer.

Functions

Generates a Page footer.

Example

<.dm_page_footer>
  <:section class="">
    ABC
  </:section>
  <:copyright>
    (^_^)
  </:copyright>
</.dm_page_footer>

Attributes

  • id (:any) - html attribute id. Defaults to false.
  • class (:any) - html attribute class. Defaults to "".

Slots

  • section - Page footer section. Accepts attributes:
    • class (:string)
    • title (:string)
    • title_class (:string)
    • body_class (:string)
  • copyright - Page footer right side copyright. Accepts attributes:
    • class (:string)
    • title (:string)
    • title_class (:string)
    • body_class (:string)