Web3 Wrapper System

  1. About the Wrapper
  2. Get Started
  3. Unit Customization
  4. Page Customization
    1. Page Title
    2. Page Sidebar
    3. Page HTML Head
  5. Content Components
  6. Presentation/Style
  7. CSS Documentation
  8. User Support
  9. Units Implemented

Custom Page Content: Page Title

In addition to providing content across every page within a unit, the wrapper allows the web developer to pass page-specific variables.

For Web usability, especially regarding Bookmarking and Browser History, it is necessary to give each page unique Title Bar content.

Page Variable
VAR Value Description
PAGE_TITLE Text Title Bar Content

By default, the browser's Title Bar content is: "UNIT_NAME, UNCG." By adding a PAGE_TITLE the Title Bar content is appended, becoming: "PAGE_TITLE, UNIT_NAME, UNCG."

<!--#set var="UNIT_VARS"   value="/olh/inc_unit/unit_variables.html" -->
<!--#set var="PAGE_TITLE"   value="Home page" -->
<!--#include virtual="/inc_uncg/header.html" -->

<h1>Left-Handed Students</h1>
<p>Welcome UNCG Left-handed students!</p>

<!--#include virtual="/inc_uncg/footer.html" -->
index.html
page title example
 

Page updated: 12-May-2005

Accessibility Policy

Web Oversight Committee/Web3 Group
The University of North Carolina at Greensboro
Greensboro, NC 27402-6170