6

I am searching the way to use a jsp file in the web content, because i do a dynamic load of dates to show on a navigation bar. Also, I want set this web content as header and footer.

Actually my page is this, http://pachonweb.no-ip.org.

I want to replace the Liferay's header by portlet's page shown in below

Thank for your help.

Juan
  • 83
  • 1
  • 8
  • you can include the portlet in the theme by modifying your theme's `portal_normal.vm`, here is a [blog](http://www.liferay.com/web/raymond.auge/blog/-/blogs/embedding-portlets-in-themes-on-liferay) about it. See if it helps. – Prakash K Jun 25 '13 at 14:41

1 Answers1

4

for adding web content in header and footer u need to call web content in theme. you can refer https://www.liferay.com/community/forums/-/message_boards/message/24879333

uthark
  • 5,333
  • 2
  • 43
  • 59
Learner
  • 976
  • 14
  • 29
  • Thanks for everything, I was finally able to include the portlet on the theme, now what fails me is the superposition of divs, for example, the navigation bar to be in another portlet, when displaying the elements, not shown well as some has been below the other portlet, and tried with z-index, but does not work, any ideas? – Juan Jun 28 '13 at 06:14