Active
Project:
Delta
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Nov 2011 at 14:56 UTC
Updated:
17 Apr 2013 at 20:35 UTC
The i18n submodule "multilingual variables" allows e.g. different logos for different languages. The general theme settings support this, however delta module does not.
Could you implement this? See http://drupal.org/node/1113374
Comments
Comment #1
jessicakoh commentedI have the same problem. How did you solve this?
Comment #2
gaele commentedHi Jessica,
I solved this in the theme template. It's a bit ugly, but it works.
This is for an Omega subtheme:
Comment #3
jessicakoh commentedI've a workaround. Use nodoblock. Nodeblock allows translation block.
Just an idea.
Thank you for the code. :)