Regional campus global components
To display the appropriate regional campus logo, global navigational links, and global footer, replace the existing http reference for these components in the core HTML file with the reference appropriate for the campus.
The HTML code that includes the reference to the global components is displayed below and is found toward the top of the page’s HTML. The specific http reference that will need to be changed is highlighted in red.
<!--Beginning of the WSU Identifier Zone. Refer to www.wsu.edu/identity/ for more information. -->
<script type="text/javascript" language="Javascript" src="http://www.wsu.edu/navigatewsu/gen2/wsusidentifier.js">
</script>
<script type="text/javascript" language="javascript">var strHeader;try
{
strHeader = getHeader();
document.write(strHeader);
}
catch(e)
{
document.write("<div id='globalnav'><ul><li><a href='http://www.wsu.edu'>Washington State University Home</a></li></ul></div>");}
</script>
<!--End of the WSU Identifier Zone. -->
Replace the highlighted code with the appropriate campus code below:
WSU Spokane
http://www.wsu.edu/navigatewsu/gen2/wsusidentifier.js
WSU Tri-Cities
http://www.wsu.edu/navigatewsu/gen2/wsutcidentifier.js
WSU Vancouver
http://www.wsu.edu/navigatewsu/gen2/wsuvidentifier.js