Ignore:
Timestamp:
07/22/11 17:48:14 (14 years ago)
Author:
fpvanagthoven
Message:

Logo is link. Surveys can be loaded.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/surveycreation.php

    r38 r41  
    2222    var_dump($_POST);
    2323    echo '<br/><br/>';
    24     $surveyDBI = new SurveyDatabaseInterface();
     24    $surveyDBI = new SurveyDatabaseInterface($_POST['surveyID']);
    2525    $surveyDBI->setSurveyInfo($_POST);
    2626    $info = $surveyDBI->getSurveyInfo();
     
    4444    <body>
    4545        <div id="header">
    46             <div id="logo">CPSFacilitator Tool </div>
     46            <?php new Logo(); ?>
    4747        </div>
    4848        <div id="wrapper">
Note: See TracChangeset for help on using the changeset viewer.