<?php
//startOfSettings
$globalsettings['organisationName'] = "AskPeople";
$globalsettings['logoutURL'] = "http://www.askpeople.co.uk";
$globalsettings['defaultTemplate'] = "AskPeopleDefault.php";
$globalsettings['defaultQuestionType'] = "smallbox";
//endOfSettings
//startOfLabels
$settingslabels['organisationName'] = array(
"type" => "smallbox",
"name" => "Name of this organisation",
"description" => "Used in page titles of administration system",
"options" => ""
);
$settingslabels['logoutURL'] = array(
"type" => "smallbox",
"name" => "Logout URL",
"description" => "URL to go to on logout",
"options" => ""
);
$settingslabels['defaultTemplate'] = array(
"type" => "smallbox",
"name" => "Default template",
"description" => "Default template for new projects",
"options" => ""
);
$settingslabels['defaultQuestionType'] = array(
"type" => "radio",
"name" => "Default question type for new questions",
"description" => "Determines what kind of new question is inserted by default in the Questionnaire Editor",
"options" => "smallbox;dropdown;bigbox;single;multi;info;pagebreak"
);
//endOfLabels
?>