G_btrace_pref_sup var added with prefix to remove in backtrace log functions
[brisk.git] / web / Obj / brisk.conf-templ.pho
1 <?php
2 // G_dbasetype value can be "pgsql" or "file"
3 $G_dbasetype="pgsql";
4 $G_lang = "it";
5 $G_shutdown = FALSE;
6 $G_room_roadmap = '<div style=\"text-align: left;\"><ul>
7 <li>testing della versione beta di brisk2</li>
8 <li>rilascio di brisk2</li>
9 <li>inizio di brisk3 - supporto a database</li>
10 <li>possibilit&agrave; di autenticarsi</li>
11 </ul></div>';
12 $G_proxy_white_list = array();
13 $G_alarm_passwd = "yourpasswd";
14 $G_is_local = FALSE;
15 $G_black_list = array();
16
17 // is the top banner active ?
18 $G_with_topbanner = FALSE;
19 // is the first side banner active ?
20 $G_with_sidebanner = TRUE;
21 // is the second side banner active ?
22 $G_with_sidebanner2 = TRUE;
23 // is poll active ?
24 $G_with_poll = FALSE;
25
26 // this is the prefix path to remove from backtrace 
27 $G_btrace_pref_sub = "/home/nastasi/web/";
28
29 $G_with_splash = TRUE;
30 $G_splash_interval = 25200; // 3600 * 7
31 $G_splash_idx = 3;
32 $G_splash_w = 350;
33 $G_splash_h = 500;
34 $G_splash_timeout = 5000;
35 $G_splash_content = array( 'it' => 'content italico',
36                            'en' => 'content anglofico' );
37
38 $G_with_donors = TRUE;
39 $G_donors_cur = 12;
40 $G_donors_all = 50;
41
42 $G_topbanner = '<div class="topbanner" id="topbanner" onMouseOver="show_bigpict(this, \'over\', -100, 80);" onMouseOut="show_bigpict(this, \'out\', 0, 0);">
43 <a target="_blank" href="http://www.briscolachiamatamilano.it/maggiotorneo.htm">
44 Torneo di briscola<br> chiamata - Milano<br> 17/05/2008</a>
45 </div>
46 <img class="nobohide" id="topbanner_big" src="img/bcm_tor080517.gif">';
47
48 $G_sidebanner = '<div class="topbanner" style="background: #ffd780; border: solid 1px #ffae00; width: 60px; margin: auto;" id="sidebanner2">
49 <a target="_blank" href="briskmeeting4.php">
50 <img style="position: static; border: solid 0px black;" src="img/brisk_meeting_trinacria60b.png"  onMouseOver="show_bigpict($(\'sidebanner2\'), \'over\', 100, -80, \'\');" onMouseOut="show_bigpict($(\'sidebanner2\'), \'out\', 0, 0, \'\');"></div>
51 <img class="nobohide" id="sidebanner2_big" src="img/brisk_meeting4big150.png">';
52
53 $G_sidebanner2 = '<div class="topbanner" style="background: #ffd780; border: solid 1px #ffae00; width: 60px; margin: auto;" id="sidebanner2">
54 <a target="_blank" href="briskmeeting4.php">
55 <img style="position: static; border: solid 0px black;" src="img/brisk_meeting_trinacria60b.png"  onMouseOver="show_bigpict($(\'sidebanner2\'), \'over\', 100, -80, \'\');" onMouseOut="show_bigpict($(\'sidebanner2\'), \'out\', 0, 0, \'\');"></div>
56 <img class="nobohide" id="sidebanner2_big" src="img/brisk_meeting4big150.png">';
57
58 $G_poll_name = "calcolo_punteggio";
59 $G_poll_title = "Vota come calcolare i punteggi!";
60 $G_poll_entries = array( array( 'id' => 'din', 'cont' => 'Dinner room'),
61                          array( 'id' => 'bat', 'cont' => 'Bath room'),
62                          array( 'id' => 'coo', 'cont' => 'Cooking room') );
63
64 ?>