5 lines
389 B
MySQL
Raw Normal View History

2025-02-12 02:22:50 +00:00
INSERT INTO `cms` (`id`, `name`, `type`, `head`,`desc`,`text`, `language`, `use`) VALUES
(NULL, 'committee', 'pagetext', 'Page: Committee Information', 'The text on the committee page linked off the main menu (this is not the committee member main page, this is the page about the committee that everyone case see)' ,
'<h3>Committee Information</h3><br/>Under Construction', 'en', 1);