function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
dmsx2oddmsx2od 

SiteFooter included twice?

I noticed that in Page.SiteRegisterConfirm, there is a line <c:SiteFooter /> but in Page.SiteTemplate there is also <c:SiteFooter />.

 

It seems to me that the one in Page.SiteRegisterConfirm is extraneous, as the page already has a reference to  <apex:composition template="{!$Site.Template}">.

 

Am I missing something?  If not, I'm going to delete all SiteFooter references from the pages themselves and allow the site template to handle that.

 

What does everyone think?

BulentBulent

Out of the box sample footer only places a left aligned powered by force.com logo.

If you look at the siteregisterconfirm page, you'll see two of these images.

 

Probably we shouldn't have used the footer to render the first image. You might want to clone the footer and update if you have a custom footer.