Skip to content

Commit

Permalink
Merge pull request #6 from plone/issue_2051
Browse files Browse the repository at this point in the history
* Add data-base-url attribute in body tag closes #2051
  • Loading branch information
gforcada committed Jul 29, 2017
2 parents 0d442cb + 4a0a07f commit c6694ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ Changelog
1.3.4 (unreleased)
------------------

- Nothing changed yet.
- Add data-base-url attribute in body tag.
Closes `issue 2051 <https://github.com/plone/Products.CMFPlone/issues/2051>`_
[rodfersou]


1.3.3 (2014-01-28)
Expand Down
4 changes: 3 additions & 1 deletion plonetheme/classic/skins/classic_templates/main_template.pt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@
sr python:plone_view.have_portlets('plone.rightcolumn', view);
body_class python:plone_view.bodyClass(template, view);"
tal:attributes="class body_class;
dir python: isRTL and 'rtl' or 'ltr'">
dir python: isRTL and 'rtl' or 'ltr';
data-portal-url portal_url;
data-base-url context/absolute_url">
<div id="visual-portal-wrapper">

<div id="portal-top" i18n:domain="plone">
Expand Down

0 comments on commit c6694ac

Please sign in to comment.