Fixed stale reference to missing: Index.css
authorlace <>
Sun, 5 Feb 2006 11:15:47 +0000 (11:15 +0000)
committerlace <>
Sun, 5 Feb 2006 11:15:47 +0000 (11:15 +0000)
product/hotelgate/Index.pm

index d3fd3f9..7a772ce 100644 (file)
@@ -40,9 +40,7 @@ HERE
 sub handler
 {
 Wrequire 'product::hotelgate::Lib';
-my $W=product::hotelgate::Lib->init(
-               "css_push"=>"./Index.css",
-               );
+my $W=product::hotelgate::Lib->init();
 
 my $ListItem=product::Lib->name_to_hashref("hotelgate");