Forums / Setup & design / multilingual site: different visualization problem

multilingual site: different visualization problem

Author Message

Alessandro Cipriani

Tuesday 17 February 2004 5:41:07 am

hi all
i followed the "How to setup a multilingual site" documentation (http://ez.no/ez_publish/documentation/configuration/configuration/language_and_charset/how_to_setup_a_multilingual_site) to setup my own site. all worked ok, but now i've a problem:

the second language's site is not displayed properly.
my pagelayout.tpl links 3 css stylesheet, in the following way:

@import url({"stylesheets/core.css"|ezdesign});
@import url({$pagedesign.data_map.sitestyle.content|ezpackage(filepath,"cssfile")ezroot});
@import url("/design/corporate/stylesheets/corporate-blue.css");

displaying the html of the running sites i've seen that there is no problem whit this links in the italian (1st language) site, while in the english (2nd language) site the 2nd link is empty. so, while the italian site calls
"/var/corporate/storage/packages/corporate_blue/files/default/file/design/corporate/stylesheets/corporate-blue.css" and is displayed properly, in the english one this string is empty, and causes the wrong visualization.

any hint to avoid this problem?

best regards

alessandro

Björn Dieding@xrow.de

Thursday 19 February 2004 12:19:32 am

copy the corporate-blue.css from the package dir to design

and reaplce the line

@import url({$pagedesign.data_map.sitestyle.content|ezpackage(filepath,"cssfile")ezroot});

with a link to your css file

Looking for a new job? http://www.xrow.com/xrow-GmbH/Jobs
Looking for hosting? http://hostingezpublish.com
-----------------------------------------------------------------------------
GMT +01:00 Hannover, Germany
Web: http://www.xrow.com/

Alessandro Cipriani

Monday 08 March 2004 7:00:47 am

Björn it doesn't work... i view the same result