Headers & Footers

From XOMBO Documentation

Revision as of 18:52, 16 September 2008 by Admin (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

You can add header and footer content to each page rendered within your view. Simply create or modify the footer and header functions within your View. They should return the content as a string.

Note: This content will be displayed no matter what request type is being processed. Be careful when using headers and footers in conjunction with a view that outputs XML or JSON encoded data.