system_page values for slingit, updated system reference
This commit is contained in:
parent
44c257352a
commit
90c07f2307
@ -1 +1 @@
|
||||
Subproject commit 37080b195653fe682a398b23b1c62c53aa4b8794
|
||||
Subproject commit 11e5dd2603c797bc90610df5ba245f42529b1b5c
|
||||
3
slingit/dbd/sql/system_page.sql.sql
Normal file
3
slingit/dbd/sql/system_page.sql.sql
Normal 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');
|
||||
Loading…
x
Reference in New Issue
Block a user