X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fbrisk.conf-templ.pho;h=47395826ee3eba43318cf2caae5a0c9a7b4a2e25;hb=c96ea8bcfeea99ab6c21cc4773ed2e550b3155d9;hp=329cf3ecbf818a5002fc672b46f74425a1c27689;hpb=13f9135dbd34e9de62850097eb213a2e7faf7171;p=brisk.git diff --git a/web/Obj/brisk.conf-templ.pho b/web/Obj/brisk.conf-templ.pho index 329cf3e..4739582 100644 --- a/web/Obj/brisk.conf-templ.pho +++ b/web/Obj/brisk.conf-templ.pho @@ -12,11 +12,48 @@ $G_alarm_passwd = "yourpasswd"; $G_is_local = FALSE; $G_black_list = array(); +// is the top banner active ? $G_with_topbanner = FALSE; +// is the first side banner active ? +$G_with_sidebanner = TRUE; +// is the second side banner active ? +$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 = '
Torneo di briscola
chiamata - Milano
17/05/2008
'; +$G_sidebanner = '
+ +
+'; + +$G_sidebanner2 = '
+ +
+'; + +$G_poll_name = "calcolo_punteggio"; +$G_poll_title = "Vota come calcolare i punteggi!"; +$G_poll_entries = array( array( 'id' => 'din', 'cont' => 'Dinner room'), + array( 'id' => 'bat', 'cont' => 'Bath room'), + array( 'id' => 'coo', 'cont' => 'Cooking room') ); + ?>