1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-09 16:17:14 +02:00

Independent menu_class added to custom pages/menus.

This commit is contained in:
Cameron
2014-06-28 00:08:35 -07:00
parent 64ad871e88
commit 3faf3050d7
4 changed files with 16 additions and 5 deletions

View File

@@ -393,6 +393,7 @@ CREATE TABLE page (
menu_image varchar(250) NOT NULL default '',
menu_icon varchar(250) NOT NULL default '',
menu_template varchar(50) NOT NULL default '',
menu_class varchar(250) NOT NULL default '',
PRIMARY KEY (page_id)
) ENGINE=MyISAM;