X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fbrisk.conf-templ.pho;h=837e4edc96eab4168d83bd249c2d21a3bbfc486f;hb=ad168d33f53581e082fa52a392c84af861afe47d;hp=19d99c84919bcfe729e9af833ba603dc4dd8b9a1;hpb=dd8ea26db05952301b2f52c10f5cf0c17338fca3;p=brisk.git diff --git a/web/Obj/brisk.conf-templ.pho b/web/Obj/brisk.conf-templ.pho index 19d99c8..837e4ed 100644 --- a/web/Obj/brisk.conf-templ.pho +++ b/web/Obj/brisk.conf-templ.pho @@ -1,10 +1,35 @@ chiamata - Milano
17/05/2008 '; -// is the first side banner active ? -$G_with_sidebanner = TRUE; - -$G_sidebanner = '
- -
-'; - -// is the second side banner active ? -$G_with_sidebanner2 = TRUE; - -$G_sidebanner2 = '
- -
-'; +$G_sidebanner_idx = array( 0, 1, 0 ); + +// sidebanners array +$G_sidebanner = array( + array('link' => 'http://www.alternativeoutput.it/brisk/bm33/', + 'title' => '3° BriskMeeting \'Isola delle Femmine\' - Sabato 11 Ottobre 2014 - Palermo (PA)', + 'icon_big' => 'bm33/img/bm33_500.jpg' + // 'type' => 'meeting' or 'event' // (default meeting with the correct icon) + // 'icon' => 'img/brisk_meeting60.gif' // (default is the regulare meeting icon) + // 'dx' + // 'dy' // displacement of the big image + ), + + array('link' => 'https://www.facebook.com/events/525109597594103/', + 'title' => 'BriskMeeting Busseto - Terra di Verdi - Sabato 4 Ottobre - Busseto (Parma)', + 'icon_big' => 'bm32/img/splash.jpg' + ) + ); // is poll active ? $G_with_poll = FALSE; @@ -78,17 +106,21 @@ $G_poll_entries = array( array( 'id' => 'din', 'cont' => 'Dinner room'), array( 'id' => 'bat', 'cont' => 'Bath room'), array( 'id' => 'coo', 'cont' => 'Cooking room') ); -$G_black_list = array(); +$G_ban_list = array(); // each element in the form "IP/" i.e. "192.15.21.4/24" +$G_black_list = array(); // each element in the form "IP/" i.e. "192.15.21.4/24" // this is the prefix path to remove from backtrace $G_btrace_pref_sub = "/home/nastasi/web/"; +// where documents are stored +$G_doc_path = "Obj/doc/"; + // licence related stuff -$G_lice_vers = "2.0"; -$G_lice_fname = "Obj/doc/terms-of-use_%s_%s.txt"; +$G_tos_vers = "1.2"; +$G_tos_fname = "terms-of-service_V%s_%s.txt"; // USE date +%s -d 'Wed Nov 20 18:35:41 CET 2013' to calculate -$G_lice_dthard = 1384968941; -$G_lice_dtsoft = 1384968941; -$G_lice_idx = 1; +$G_tos_dthard = 1384968941; +$G_tos_dtsoft = 1384968941; +$G_tos_idx = 1; ?>