-- Template Configuration -- In order to use college templates, you need to have a template config file specifying an array for the following values: 'homePageUrl' => //the URL to your website, ie: http://www.cs.umn.edu/ 'templateURI' => //the local path to this template from your site's index file, ie: ./college_templates/ 'includeCollegeHeader' => //boolean variable - would you like the CSE gold header bar? 'includeUnitFooter' => //boolean variable - would you like to include the maroon footer? 'obfuscateEmail' => //boolean variable - would you like to obfuscate email addresses 'minify' => //boolean variable - would you like to use your minified css files? -- OPTIONAL 'searchBoxText' => //The text that goes in the search box of the UMN header, ie: "Search CS&E Sites" -- OPTIONAL 'unitHeaderTitle' => //The title of your website as it will appear in the header, ie: "Department of Computer Science and Engineering" 'preUmnCssScriptLinks' => //If you would like any css to be evaluted before the umn theme, put the full html for the file(s) here 'postUmnCssScriptLinks' => //All other css you would like to be evaluated before the rest of your site's stylesheets 'siteName' => //Shorthand site name or site name, ie: Department of Computer Science and Engineering", 'siteHeadingType' => //Specify 'default' if you would like the typical maroon banner, or 'cs' for the blue banner -- OPTIONAL (if not specified, banner is maroon) 'primarySearchDomain' => //If you want a tab to show up for a specific domain when you search, specify the domain here, ie: cs.umn.edu 'unitFooterLeft' => //Text that goes on the left of the unit footer 'unitFooterRight' => //Text that goes on the right of the unit footer Things specified as OPTIONAL do no need to be included in the array. All others do, else an error will be thrown. If you do not wish to specify any of the required options just type a blank string: ''