X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fbrisk.conf-templ.pho;fp=web%2FObj%2Fbrisk.conf-templ.pho;h=47395826ee3eba43318cf2caae5a0c9a7b4a2e25;hb=789e4d0e49468ee6c3c0e4e4ff94977be9b91b25;hp=5cf45054e7a8c63743be73b3986b7c839bc30195;hpb=b4428d29f4be28cef3c854f7b5578fc9b546d1f3;p=brisk.git diff --git a/web/Obj/brisk.conf-templ.pho b/web/Obj/brisk.conf-templ.pho index 5cf4505..4739582 100644 --- a/web/Obj/brisk.conf-templ.pho +++ b/web/Obj/brisk.conf-templ.pho @@ -21,6 +21,18 @@ $G_with_sidebanner2 = TRUE; // is poll active ? $G_with_poll = FALSE; +$G_with_splash = TRUE; +$G_splash_interval = 25200; // 3600 * 7 +$G_splash_idx = 3; +$G_splash_w = 350; +$G_splash_h = 500; +$G_splash_timeout = 5000; +$G_splash_content = array( 'it' => 'content italico', + 'en' => 'content anglofico' ); + +$G_with_donors = TRUE; +$G_donors_cur = 12; +$G_donors_all = 50; $G_topbanner = '
@@ -44,4 +56,4 @@ $G_poll_entries = array( array( 'id' => 'din', 'cont' => 'Dinner room'), array( 'id' => 'bat', 'cont' => 'Bath room'), array( 'id' => 'coo', 'cont' => 'Cooking room') ); -?> \ No newline at end of file +?>