mirror of
https://github.com/e107inc/e107.git
synced 2025-08-09 08:06:38 +02:00
Issue #2000 Enable news category to determine news category default template. Admin area completed. Frontend still to come.
This commit is contained in:
@@ -344,6 +344,7 @@ CREATE TABLE news_category (
|
||||
category_manager tinyint(3) unsigned NOT NULL default '254',
|
||||
category_icon varchar(250) NOT NULL default '',
|
||||
category_order tinyint(3) unsigned NOT NULL default '0',
|
||||
category_template varchar(50) NOT NULL default '',
|
||||
PRIMARY KEY (category_id),
|
||||
KEY category_order (category_order)
|
||||
) ENGINE=MyISAM;
|
||||
|
Reference in New Issue
Block a user