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 */ $title = "Corda : Download"; $metatags = ""; $js_includes = ""; $css_includes = ""; $leftPic = "images/left_manoncouch.png"; $middleContent = "index_inc.html"; if ( isset($_GET["m"]) && (strlen($_GET["m"]) > 0) ) { // they should only see the centerview download $bannerPic = "images/banr_downloads_dash.jpg"; $rightButtons = "rightbuttons_dash.html"; $track = "dashboard"; } else { $bannerPic = "images/banr_developertools_dwnld.jpg"; $rightButtons = "rightbuttons_dev.html"; $track = "developer"; } include_once("../template.inc"); ?>