diff --git a/config/branding/config.ini b/config/branding/config.ini index e349a861..d339c773 100644 --- a/config/branding/config.ini +++ b/config/branding/config.ini @@ -51,5 +51,6 @@ sender = "updates@unity.rc.umass.edu" sender_name = "Unity Cluster Updates" [page] ; which sql objects to use for the content on these pages +home = "home" support = "support" -policy = "policy" \ No newline at end of file +policy = "policy" diff --git a/webroot/index.php b/webroot/index.php index 6c496665..0a660d27 100644 --- a/webroot/index.php +++ b/webroot/index.php @@ -5,6 +5,11 @@ require_once $LOC_HEADER; ?> + +getPage($BRANDING["page"]["home"])["content"]; +?> +