---
title: "How can you set common footer?"  
description: "How can you set common footer?"  
author: "James Smith"  
published: 2011-05-17  
updated: 2020-09-16  
canonical: https://www.mindstick.com/interview/921/how-can-you-set-common-footer  
category: "cold fusion"  
tags: ["cold fusion"]  
reading_time: 1 minute  

---

# How can you set common footer?

Using cfinclude, we can include footer file in all pages. We can OnRequestEnd.cfm file or OnRequestEnd method in Application.cfc also to include footer file.

## Answers

### Answer by James Smith

Using cfinclude, we can include footer file in all pages. We can OnRequestEnd.cfm file or OnRequestEnd method in Application.cfc also to include footer file.


---

Original Source: https://www.mindstick.com/interview/921/how-can-you-set-common-footer

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
