--- trunk/lib/Frey/Designer.pm 2008/10/28 22:33:25 202 +++ trunk/lib/Frey/Designer.pm 2008/10/30 17:53:09 203 @@ -43,7 +43,7 @@ sub path { my $self = shift; - my $path = 'templates/www.carnet.hr/' . $self->uri->path; + my $path = join('/', ( 'templates', $self->uri->host, $self->uri->path ) ); $path .= '.html' if $path !~ m/\.\w+$/; return $path; }