Closed (fixed)
Project:
Tendu
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Jun 2008 at 11:20 UTC
Updated:
13 Nov 2008 at 17:50 UTC
Hi Tom,
This is an AWESOME template ..... you have definitely saved my life ... have been struggling to get something like this done for weeks.
I have 2 quick questions .... the language flags are not showing in the language block, where/how do i access the code to make this happen? ..... and 2 how can i make the language block menu horizontal and not vertical?
Many thanks,
J
Comments
Comment #1
tombigel commentedSorry, I missed the fact that people can leave comments here...
Anyway, about the flags, in template.php, there is a function - tendu_i18n_link()
in this function there is a commented line:
//$output .= l(theme('i18n_language_icon', $lang), $target, $attributes, NULL, NULL, FALSE, TRUE);//Flags
Just remove the comment and you will see the flags.
Comment #2
perfectmatch commentedThanks for your help :)
Comment #3
tombigel commented(not relevant for drupal 6)