&My::Web::footer call is deprecated now, use just: exit;
[www.jankratochvil.net.git] / project / captive / TestimonialBrunoSantos.pm
index 69f4dcc..34e569d 100755 (executable)
@@ -31,9 +31,7 @@ sub handler
 {
 My::Web->init(
                "title"=>'Captive NTFS - Hospital of Castelo Branco',
-               "head"=><<"HERE",
-<link rel="stylesheet" type="text/css" href="@{[ uri_escaped(path_web "./Lib.css") ]}" />
-HERE
+               "css_push"=>"./Lib.css",
                "heading_novskip"=>1,
                "no_job"=>1,
                );
@@ -98,6 +96,6 @@ Av. Pedro Alvares Cabral<br />
 HERE
 
 
-My::Web->footer();
+exit;
 }
 1;