3 lines
675 B
SQL
3 lines
675 B
SQL
INSERT INTO `system_page` (`id`, `name`, `group`, `state`, `parent_id`, `type`, `div`, `url`, `func`, `php_class`) VALUES (0, 'start', 1, 'start', -1, 0, '#content', './?page=start&hash=${hash}', 'init_start', 'default_start');
|
|
INSERT INTO `system_page` (`id`, `name`, `group`, `state`, `parent_id`, `type`, `div`, `url`, `func`, `php_class`) VALUES (1, 'impressum', 1, 'start', 0, 1, '#modaltext', './?page=impressum', 'init_impressum', 'default_impressum');
|
|
INSERT INTO `system_page` (`id`, `name`, `group`, `state`, `parent_id`, `type`, `div`, `url`, `func`, `php_class`) VALUES (3, 'about', 1, 'start', 0, 1, '#modaltext', './?page=about', 'init_about', 'default_about'); |