Page Templates
The page templates for the University Package are grouped into three categories:
- Home - Only used for home pages.
- NoTitle - Layouts that do not include an
<h1>
title from the page. - Standard - Layouts that do include an
<h1>
title from the page.
These are attached to two page types:
- BaileyWeb.University.Home - Only used for home pages (Home template).
- BaileyWeb.University.Pages - Everything else (NoTitle and Standard templates).
The templates are as follows:
-
BaileyWeb.University.Home
- BaileyWeb.University.Home
-
BaileyWeb.University.Pages
- BaileyWeb.University.NoTitle
- BaileyWeb.University.NoTitle.Aside
- BaileyWeb.University.NoTitle.Banners
- BaileyWeb.University.NoTitle.Menu
- BaileyWeb.University.NoTitle.Menu.Aside
- BaileyWeb.University.NoTitle.Menu.Banners
- BaileyWeb.University.Standard
- BaileyWeb.University.Standard.Aside
- BaileyWeb.University.Standard.Banners
- BaileyWeb.University.Standard.Menu
- BaileyWeb.University.Standard.Menu.Aside
- BaileyWeb.University.Standard.Menu.Banners
For a list of what Functions go into the templates, please refer to the What Functions Go Where page.