Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion config/branding/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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"
policy = "policy"
5 changes: 5 additions & 0 deletions webroot/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
require_once $LOC_HEADER;
?>


<?php
echo $SQL->getPage($BRANDING["page"]["home"])["content"];
?>

<h1>Cluster Notices</h1>
<hr>

Expand Down