Forums de discussion

Positioning components in different versions of Liferay

Claus Lüthje, modifié il y a 10 années.

Positioning components in different versions of Liferay

New Member Publications: 10 Date d'inscription: 25/01/11 Publications récentes
Hello
we are working on porting a web site from Liferay 6.0.6 to 6.1.1 GA2.
Almost everything worked fine, but Breadcrumb and Search are not at the right screen positions.
We have a .TPL-file defining
...
<nav id="breadcrumbs">
#breadcrumbs()
<div id="search" >
$theme.search()
</div>
</nav>
...

This triggers the generation of Breadcrumb and Search, but both code blocks are not inserted there. The generated code is inserted before the first line of the template.

Is there any config or properties file influencing the positioning of these components?

Thanks!

Regards,
Claus