Initial revision

This commit is contained in:
JT Smith 2002-05-02 15:54:48 +00:00
parent bb66c11a6a
commit 01e11d7871
41 changed files with 5420 additions and 3155 deletions

View file

@ -44,8 +44,7 @@ sub getStyle {
$session{page}{synopsis}.'">';
}
$header .= '</head>'.$style{header};
$footer = $style{footer}.'
</html>';
$footer = $style{footer}.' </html>';
}
$header = WebGUI::Macro::process($header);
$footer = WebGUI::Macro::process($footer);