From 90c07f23071fb59eb677fc5f2eb9e06fbcee5f7b Mon Sep 17 00:00:00 2001 From: rylon Date: Fri, 10 Apr 2015 05:57:10 +0200 Subject: [PATCH] system_page values for slingit, updated system reference --- lib/system | 2 +- slingit/dbd/sql/system_page.sql.sql | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 slingit/dbd/sql/system_page.sql.sql diff --git a/lib/system b/lib/system index 37080b1..11e5dd2 160000 --- a/lib/system +++ b/lib/system @@ -1 +1 @@ -Subproject commit 37080b195653fe682a398b23b1c62c53aa4b8794 +Subproject commit 11e5dd2603c797bc90610df5ba245f42529b1b5c diff --git a/slingit/dbd/sql/system_page.sql.sql b/slingit/dbd/sql/system_page.sql.sql new file mode 100644 index 0000000..da51541 --- /dev/null +++ b/slingit/dbd/sql/system_page.sql.sql @@ -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'); \ No newline at end of file