From: Matteo Nastasi (mop) Date: Wed, 22 Jul 2009 19:12:27 +0000 (+0000) Subject: conf aligned with last updates (poll, sidebanner 1 and 2) X-Git-Tag: 3.0.0~67 X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=9013d2c6050ab6e7243c9a5cd255a66aefb3a9f3;p=brisk.git conf aligned with last updates (poll, sidebanner 1 and 2) --- 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