<?php
$topicNote = array(1 => "Telefonsamtale", 2 => "Konferencenoter", 3 => "Generelle Noter");
$phaseArraySets = array(
#Define the names of your phase sets
"sets" => array(1 => "Website", 2 => "CD"),
#List the indervitual items within each phase set.
#Website Set
"1" => array(0 => "Planlægning", 1 => "Design", 2 => "Produktion", 3 => "Testning", 4 => "Sign-off"),
#CD Set
"2" => array(0 => "Planlægning", 1 => "Design", 2 => "Produktion", 3 => "Testning")
);
?>