8 lines
1.9 KiB
SQL
8 lines
1.9 KiB
SQL
REPLACE INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (10, 1, 'start', 'start', -1, 0, 0, '#content', './?page=start', 'init_start', 'default_start');
|
|
REPLACE INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (11, 1, 'introduction', 'introduction', -1, 0, 0, '#content', './?page=introduction', 'init_introduction', 'default_introduction');
|
|
REPLACE INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (12, 1, 'prices', 'prices', -1, 0, 0, '#content', './?page=prices', 'init_prices', 'default_prices');
|
|
REPLACE INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (13, 1, 'contact', 'contact', -1, 0, 0, '#content', './?page=contact', 'init_contact', 'default_contact');
|
|
REPLACE INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (14, 1, 'impressions', 'impressions', -1, 0, 0, '#content', './?page=impressions', 'init_impressions', 'default_impressions');
|
|
REPLACE INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (15, 1, 'partners', 'partners', -1, 0, 0, '#content', './?page=partners', 'init_partners', 'default_partners');
|
|
REPLACE INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (16, 1, 'certificates', 'certificates', -1, 0, 0, '#content', './?page=certificates', 'init_certificates', 'default_certificates');
|
|
REPLACE INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (17, 1, 'impressum', 'impressum', -1, 0, 0, '#content', './?page=impressum', 'init_impressum', 'default_impressum'); |