Jump to content

[SOLVED] Where do i find the closing page div?


Recommended Posts

Hi,

i need to add some divs just before the closing page div but can't find in which tpl file it's situated. I know the opening div is in the header.tpl and looked in the footer.tpl also but didn't find it ....

Link to comment
Share on other sites

It should be in footer.tpl. Here's what my footer.tpl looks like:

       {if !$content_only}


<!-- Right -->

                   {$HOOK_RIGHT_COLUMN}



<!-- Footer -->
{$HOOK_FOOTER}

   {/if}
   </body>
</html>



It is the last above that is the closing page div.

Link to comment
Share on other sites

It should be in footer.tpl. Here's what my footer.tpl looks like:

       {if !$content_only}


<!-- Right -->

                   {$HOOK_RIGHT_COLUMN}



<!-- Footer -->
{$HOOK_FOOTER}

   {/if}
   </body>
</html>



It is the last above that is the closing page div.

Ah, tnx rocky ... must have missed that somehow. Btw, isn't there some manual that explains the relationships between the different tpl files and changing the html?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...