Forums / Setup & design / all pages display correctly except home

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

all pages display correctly except home

Author Message

Jim B

Thursday 25 May 2006 6:36:44 am

I added a line (of plain html) to pagelayout.tpl to display some copyright info at the bottom of each page. The snippet is outside all divs in the code- it's the last line before </body>. The copyright info appears below all content, borders, etc. as it should, on every page except the main home page. On the home page it appears to be displaying inside a bordered wrapper div. Looking at the html output to the browser, the copyright code appears where it should. I'm mystified. Any ideas?

Jim B

Thursday 25 May 2006 2:55:21 pm

Never mind, stupid mistake. Failed to notice an unclosed div tag.