Prosilver button language not changed {3.0.6版無法更換語言圖片檔}

phpBB3.0.x請盡早更新為phpBB3.2.x版,官方已停止更新
頭像
懸壺子
系統管理員
系統管理員
主題中的帖子: 1
文章: 33799
註冊時間: 2001-10-05 , 10:10
個人狀態: 道骨學習佛心..^^..
貼心留言: 氣候不穩
性別: 公仔
來自: 黃金故鄉
聯繫:

Prosilver button language not changed {3.0.6版無法更換語言圖片檔}

未閱讀文章 懸壺子 »

Prosilver button language not changed {3.0.6版無法更換語言圖片檔}

http://code.phpbb.com/repositories/diff ... s&type=sbs


includes/functions.php
約4157行

代碼: 選擇全部

'T_STYLESHEET_LINK'		=> (!$user->theme['theme_storedb']) ? "{$web_path}styles/" . $user->theme['theme_path'] . '/theme/stylesheet.css' : append_sid("{$phpbb_root_path}style.$phpEx", 'id=' . $user->theme['style_id'] . '&lang=' . $user->data['user_lang']),


改為

代碼: 選擇全部

'T_STYLESHEET_LINK'		=> (!$user->theme['theme_storedb']) ? "{$web_path}styles/" . $user->theme['theme_path'] . '/theme/stylesheet.css' : append_sid("{$phpbb_root_path}style.$phpEx", 'id=' . $user->theme['style_id'] . '&lang=' . $user->data['user_lang'], true, $user->session_id),
Edit註解: 因為岐黃有繁簡體字圖片檔
圖檔
版面鎖定 主題已鎖定

回到「phpBB3.0.x」