您在這裡
使用者登入
最新文章
回應
        4 年 4 個月 之前  
          7 年 5 個月 之前  
          7 年 5 個月 之前  
          7 年 5 個月 之前  
          7 年 5 個月 之前  
          7 年 5 個月 之前  
          7 年 5 個月 之前  
          7 年 5 個月 之前  
          7 年 5 個月 之前  
          7 年 5 個月 之前  
   
      
在theme/yourtheme/template.p
在theme/yourtheme/template.php裡重寫一個function
function phptemplate_i18n_link($text, $target, $lang, $separator=' '){ $output = ''; $attributes = ($lang == i18n_get_lang()) ? array('class' => 'active') : NULL; $output .= l(theme('i18n_language_icon', $lang), $target, $attributes, NULL, NULL, FALSE, TRUE); $output .= ''; return $output; }