Wrappers

Wrappers provide the overall structure or frame of a web page. They generally contain static information that is common across all web pages, such as header branding, section navigation, and company logo.

A web site can have more than one wrapper. For instance, a home page, with its unique design, often requires a separate wrapper. You can also create a printer-friendly wrapper or one that optimizes your site for mobile devices.

Only a Website Administrator can create and edit wrappers. A folder-level administrator can assign a wrapper to a folder, an individual content item, or both, depending on whether he or she is an Author or a Manager.

A Luminate CMS wrapper:

Best Practice: Avoid using a <base href> tag in a wrapper. This changes the browser’s frame of reference for all relative links in the page (links to the same host name, beginning with / rather than http://). An error or mismatch in the <base href> can cause broken links to images, style sheets, javascript libraries and other assets. It can also cause form submissions to fail.