1
0
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:
Cameron
2017-09-28 09:35:56 -07:00
parent a8a49f5aad
commit 229f0486aa
3 changed files with 27 additions and 3 deletions

View File

@@ -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;