tags (keywords, etc) you want to add $js_includes any page-specific .js files that should be included $css_includes any page-specific .css files that should be included $leftPic left pic file name $bannerPic the banner at the top of the white content box $middleContent center content $rightButtons buttons to the right of the main content */ $link_type = "Case Studies"; // <--------------- this should be the only line you have to change between the different link types $title = "Corda : Company : Press & Resources : ".$link_type; $metatags = ""; $js_includes = ""; $css_includes = ""; $leftPic = "images/businesswoman.jpg"; $bannerPic = "images/banr_casestudies_dash.jpg"; $middleContent = "index_inc.php"; $rightButtons = "rightbuttons_dash.html"; $track = "dashboard"; include_once("../../../template.inc"); ?>