1 頁 (共 1 頁)

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

發表於 : 2009-12-25 , 9:19
懸壺子
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註解: 因為岐黃有繁簡體字圖片檔