發表回覆建立主題發起投票

> 關於3.0更新
oldpa
發表於: 2009-03-27, 10:27 AM
引用文章


超級會員
*****

所屬群組: 管理群組
發表總數: 5402
會員編號: 1
註冊日期: --



昨天又發現一個小疏漏
但不影響網站運作

開啟
admin/layout_controller.php

找出609行
CODE

$contents[] = array('text' => '<br />' . TEXT_INFO_LAYOUT_BOX_LOCATION . '<br />' . twe_draw_radio_field('layout_box_location', '2', $center_left_status) . TEXT_CENTER_LEFT . twe_draw_radio_field('layout_box_location', '3', $center_status_up) . TEXT_CENTER_UP . twe_draw_radio_field('layout_box_location', '4', $center_right_status) . TEXT_CENTER_RIGHT. twe_draw_radio_field('layout_box_location', '5', $center_status_down) . TEXT_CENTER_DOWN);

更改成
CODE
$contents[] = array('text' => '<br />' . TEXT_INFO_LAYOUT_BOX_LOCATION . '<br />' . twe_draw_radio_field('layout_box_location', '3', $center_left_status) . TEXT_CENTER_LEFT . twe_draw_radio_field('layout_box_location', '2', $center_status_up) . TEXT_CENTER . twe_draw_radio_field('layout_box_location', '4', $center_right_status) . TEXT_CENTER_RIGHT. twe_draw_radio_field('layout_box_location', '5', $center_status_down) . TEXT_CENTER_DOWN);

即可

下載檔案已經更新


--------------------

傳送簡訊個人網站
Top
1 位使用者正在閱讀本主題 (1 位訪客及 0 位匿名使用者)
0 位會員:

主題選項 發表回覆建立主題發起投票