# HG changeset patch # User Thierry Florac # Date 1594194891 -7200 # Node ID 87433110601221cdee0004147feec7a948f3f8ea # Parent a962c172d3eddde9e8d40d072be8570badbc75bd Added conditions on titles rendering diff -r a962c172d3ed -r 874331106012 src/pyams_default_theme/component/association/templates/association-default.pt --- a/src/pyams_default_theme/component/association/templates/association-default.pt Fri Jul 03 14:43:20 2020 +0200 +++ b/src/pyams_default_theme/component/association/templates/association-default.pt Wed Jul 08 09:54:51 2020 +0200 @@ -1,6 +1,7 @@ -

${view.title}

+

${title}

${structure:viewlet}
\ No newline at end of file diff -r a962c172d3ed -r 874331106012 src/pyams_default_theme/component/gallery/templates/renderer-carousel.pt --- a/src/pyams_default_theme/component/gallery/templates/renderer-carousel.pt Fri Jul 03 14:43:20 2020 +0200 +++ b/src/pyams_default_theme/component/gallery/templates/renderer-carousel.pt Wed Jul 08 09:54:51 2020 +0200 @@ -1,7 +1,8 @@
-

${view.title}

+

${title}