Skip to content

Commit

Permalink
Merge pull request #137 from syslabcom/scrum-1187-homepage-banner
Browse files Browse the repository at this point in the history
add homepage banner
  • Loading branch information
reinhardt authored Jan 5, 2024
2 parents beb9e22 + a3edd71 commit 49ee52b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/recensio/plone/browser/templates/homepage.pt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,17 @@
portal context/portal_url;
"
>
<div class="row"
id="rowBanner"
tal:define="
language context/plone_portal_state/language;
"
>
<img id="page_image"
alt="Banner ${language}"
src="${here/portal_url}/++resource++recensio.theme.images/${language}/mainimage_${language}.png"
/>
</div>
<div class="row"
id="rowTop"
>
Expand Down

0 comments on commit 49ee52b

Please sign in to comment.