Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
litespeed_wiki:cache:litemage:customization:specialized-front-page-footer [2015/12/21 17:06]
Michael Alegre
litespeed_wiki:cache:litemage:customization:specialized-front-page-footer [2015/12/21 17:04] (current)
Michael Alegre
Line 20: Line 20:
   <?php endif; ?>   <?php endif; ?>
   ​   ​
-**Solution:​** Have the homepage specially handled so that the "​footer"​ hole will not be punched there. ​ +**Solution:​** Have the homepage specially handled so that the "​footer"​ hole will not be punched there. The first step in accomplishing this is to remove the dynamic portion of the footer block to allow the public "​footer"​ ESI block to continue being punched for other pages. Removing this dynamic code will also have the positive side effect of improving footer render time.
- +
-The first step in accomplishing this is to remove the dynamic portion of the footer block to allow the public "​footer"​ ESI block to continue being punched for other pages. Removing this dynamic code will also have the positive side effect of improving footer render time.+
  
   - Copy the footer template to a new file as "​homefooter.phtml"​. As this will only be used for the home page, there is no need to keep the added home page logic and the content can instead be added directly.<​code><​div class="​footer_bottom_text_container">​   - Copy the footer template to a new file as "​homefooter.phtml"​. As this will only be used for the home page, there is no need to keep the added home page logic and the content can instead be added directly.<​code><​div class="​footer_bottom_text_container">​
  • Admin
  • Last modified: 2015/12/21 17:04
  • by Michael Alegre