i18n and Taxonomy Theme
| Project: | Taxonomy Theme |
| Version: | 5.x-1.x-dev |
| Component: | Code / API |
| Category: | support request |
| Priority: | normal |
| Assigned: | koffer |
| Status: | active |
Jump to:
Im doing a site with two language: spanish and english and i want to change the theme, because some of the menus are images, so when the language change i need to switch the theme with the images in the menu, right know i can switch the theme based in taxonomy, so if some node are in the category article show english theme and if a node is in the category articulo the theme in spanish appear.
My problem is with front page and main galleries, i try using the option to select the path ?q=en/ but if i put this path, i only recibe a error, i try using: q=en/ or simple en/* but the theme dont change. any idea about how to put the path in taxonomy menu to change the theme based in the language?.
you can see the site here: http://www.mayteprida.com

#1
tried en*?
#2
if i put en/* work, change the theme but override every other path like en/node/112
#3
I commented out line # 11 to 13 in taxonomy_theme_paths.inc. That does it for me, also in a single language site.
I don't know what this function is intended to do anyway.