X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fbrisk.conf-templ.pho;h=5cf45054e7a8c63743be73b3986b7c839bc30195;hb=9013d2c6050ab6e7243c9a5cd255a66aefb3a9f3;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..5cf4505 100644 --- a/web/Obj/brisk.conf-templ.pho +++ b/web/Obj/brisk.conf-templ.pho @@ -12,11 +12,36 @@ $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_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') ); + +?> \ No newline at end of file