WVC HOME WEBMASTER HOMESTYLEGUIDE

Styleguide - Header, Link Row and Footer

 Home Page Template 
 Home Page Header 
Top Left Rounded Corner
Welcome to West Valley College
Top Right Rounded Corner
View of West Valley Campus
 <?php include($_SERVER['DOCUMENT_ROOT']."/common/include/homepage/headerHome.php"); ?>
 Home Page Link Row 
 <?php include($_SERVER['DOCUMENT_ROOT']."/common/include/homepage/homeLinkRow.php"); ?>
 Home Page Footer 
• this page: http://www.westvalley.edu/common/styleguide/index.html • last updated: January 8, 2007 •
 <?php include($_SERVER['DOCUMENT_ROOT']."/common/include/homepage/footerHome.php"); ?>

 Common Page Template 
 Common Page Header 
Top Left Rounded Corner
West Valley College Title
Top Right Rounded Corner
View of West Valley Campus
 <?php include($_SERVER['DOCUMENT_ROOT']."/common/include/headerCommon.php"); ?>
 Common Link Row 
 <?php include($_SERVER['DOCUMENT_ROOT']."/common/include/commonLinkRow.php"); ?>
 Optional (or Department Specific) Link Row 
 <?php include($_SERVER['DOCUMENT_ROOT']."/common/include/optionalLinkRow.php"); ?>
 Common Page Footer 
 <?php include($_SERVER['DOCUMENT_ROOT']."/common/include/footerCommon.php"); ?>

 Department Page Template 
 Department Page Header 
Top Left Rounded Corner
West Valley College Title
View of West Valley Campus
Top Right Rounded Corner
View of West Valley Campus
 <?php include($_SERVER['DOCUMENT_ROOT']."/common/include/headerDepartment.php"); ?>
 Common Link Row 
 <?php include($_SERVER['DOCUMENT_ROOT']."/common/include/commonLinkRow.php"); ?>
 Optional (or Department Specific) Link Row 
 <?php include($_SERVER['DOCUMENT_ROOT']."/common/include/foptionalLinkRow.php"); ?>
 Department (Common) Page Footer 
 <?php include($_SERVER['DOCUMENT_ROOT']."/common/include/footerCommon.php"); ?>
 Page Path and Last Modified Includes 
 Page Path and Last Modified Combined 
• this page: http://www.westvalley.edu/common/styleguide/index.html • last updated: January 8, 2007 •
 <?php include($_SERVER['DOCUMENT_ROOT']."/common/include/footerCommon.php"); ?>
 Page Path Only 
• this page: http://www.westvalley.edu/common/styleguide/index.html •
 <?php include($_SERVER['DOCUMENT_ROOT']."/common/include/footerCommon.php"); ?>
 Last Modified Only 
• last updated: January 8, 2007 •
 <?php include($_SERVER['DOCUMENT_ROOT']."/common/include/footerCommon.php"); ?>

• last updated: January 8, 2007 •