게시판 설정에 모바일관련 설정 추가

This commit is contained in:
chicpro
2013-03-26 16:20:51 +09:00
parent e65fb7c886
commit dcc3b7cd70
7 changed files with 114 additions and 15 deletions

View File

@ -59,7 +59,9 @@ CREATE TABLE IF NOT EXISTS `g4s_board` (
`bo_use_list_content` tinyint(4) NOT NULL default '0',
`bo_table_width` int(11) NOT NULL default '0',
`bo_subject_len` int(11) NOT NULL default '0',
`bo_mobile_subject_len` int(11) NOT NULL default '0',
`bo_page_rows` int(11) NOT NULL default '0',
`bo_mobile_page_rows` int(11) NOT NULL default '0',
`bo_new` int(11) NOT NULL default '0',
`bo_hot` int(11) NOT NULL default '0',
`bo_image_width` int(11) NOT NULL default '0',
@ -70,7 +72,9 @@ CREATE TABLE IF NOT EXISTS `g4s_board` (
`bo_include_head` varchar(255) NOT NULL default '',
`bo_include_tail` varchar(255) NOT NULL default '',
`bo_content_head` text NOT NULL,
`bo_mobile_content_head` text NOT NULL,
`bo_content_tail` text NOT NULL,
`bo_mobile_content_tail` text NOT NULL,
`bo_insert_content` text NOT NULL,
`bo_gallery_cols` int(11) NOT NULL default '0',
`bo_gallery_width` int(11) NOT NULL default '0',