CSS classes ".tab-bold" and ".tab-head" are now global
[www.energie.vellum.cz.git] / config.php
1 <?php // $Id$
2
3         $admin_mail="short@ucw.cz";
4         $cvs_mailhost="vellum.cz";
5         $mail_to="short@ucw.cz,karel.kratochvil@centrum.cz";
6         $viewcvs=ereg_replace("^/","http://short.vellum.cz/cgi/viewcvs/energie/",$HTTP_SERVER_VARS["SCRIPT_NAME"]);
7         $title_prefix="Energie &amp; peníze";
8
9         $file_cenik_inzerce_base="data/eap-cenik-inzerce";
10         $file_radkovy_inzerat_base="data/eap-radkovy-inzerat";
11
12         $firma_ucet    ="0212532359/0800";
13         $firma_konstsym="0308";
14         $firma_specsym ="";
15
16         // obsah.php:
17         $db_host="";
18         $db_user="short";
19         $db_pwd_a=file("/home/short/priv/mysql.${db_user}.pwd");
20         $db_pwd=trim($db_pwd_a[0]);
21         $db_name="short";
22         $tb_obsah="energie_obsah";
23         $sep_obsah_contents=chr(1);
24         $page_obsah_contents=chr(3);
25         $appendix_obsah_contents=chr(4);
26         $obsah_year_base=1996;
27         $tb_objednavka="energie_objednavka";
28         $tb_clanek="energie_clanek";
29         $tb_inzerat="energie_inzerat";
30
31 ?>