Skip to content

Commit

Permalink
Add footer content like script tags from site settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmassmann committed Oct 2, 2018
1 parent 62da726 commit b456272
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions plonetheme/barceloneta/theme/rules.xml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,12 @@
</xsl:for-each>
</replace>

<!-- Add additional footer content, like script tags (from site settings). -->
<after
css:theme-children="html body"
content="//footer[@id='portal-footer-wrapper']/*[not(@class='row')]"
/>

<!-- toolbar -->
<replace css:theme="#portal-toolbar" css:content-children="#edit-bar" css:if-not-content=".ajax_load" css:if-content=".userrole-authenticated" />
<drop css:theme="#portal-toolbar" css:if-content=".userrole-anonymous" />
Expand Down

0 comments on commit b456272

Please sign in to comment.