Hi,
I have to develop a site that for accessibility reasons has to give the user (anonymous) the choice to switch among 3 different styles of visualization. Basically at CSS level as probably switching theme would mean more work.
So something, by example like here:

http://www.margherita.tn.it/

Sorry it is a page in italian, however on top right column you are allowed to select among normal graphic version, high contrast, and only text.

How could this be done in drupal? Do you have any advice about the best way to accomplish it?

Thank you,
GP

Comments

teyser’s picture

Hi,
Just use the switchtheme module in drupal or overthrough the fourseason themes in drupal.

Thanks,
Raj.

gp.mazzola’s picture

Hi Raj,
thank you for your answer. I'll give a look to the fourseason theme.
Instead if using the switchtheme module, and if I wanted to use the same templates across the themes i switch through, basically I should make copies of the same theme, just changing the CSS files, isnt'it?

Thanks,
GP