mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 04:41:53 +02:00
Pages/Menus: each book/chapter now has it's own template.
This commit is contained in:
@@ -410,6 +410,7 @@ CREATE TABLE page_chapters (
|
||||
chapter_manager tinyint(3) unsigned NOT NULL default '254',
|
||||
chapter_icon varchar(250) NOT NULL default '',
|
||||
chapter_order tinyint(3) unsigned NOT NULL default '0',
|
||||
chapter_template varchar(50) NOT NULL default '',
|
||||
PRIMARY KEY (chapter_id),
|
||||
KEY chapter_order (chapter_order)
|
||||
) ENGINE=MyISAM;
|
||||
|
Reference in New Issue
Block a user