system_page values for slingit, updated system reference

This commit is contained in:
Ulf Gebhardt 2015-04-10 05:57:10 +02:00
parent 44c257352a
commit 90c07f2307
2 changed files with 4 additions and 1 deletions

@ -1 +1 @@
Subproject commit 37080b195653fe682a398b23b1c62c53aa4b8794
Subproject commit 11e5dd2603c797bc90610df5ba245f42529b1b5c

View File

@ -0,0 +1,3 @@
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');