Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?php
// option for labels
$shadow=1;
$roundborder=4; // 0 or a number for the roundborder
$labelwidth=120; // px
$variablewidth=1; // to fix the with of all labels to $labelwidth
$labelheight=16; // px
$labelfontsize=12; // px
$labelbackgroundcolor='lightgreen';
$labelpencolor='black';
// category on label
$categories_sum=1;
$category_in_label=1;
// disposition
$lateral_links=1; // with 0, rake for all, except blocks (-r and -l are interpreted as --)
$block_mode=1; // with 0 if all son haven't sons, no rake: a block_mode
$compact_blocks=0; // blocks are condensed in one label with all names in it
$lateral_child=1; // alternative for blocks display
$lateraldecal=15;
$valign='middle'; // bottom or top or middle (vertical alignment for the lateral relatives) default: middle, bottom if ther are lateral relatives for those who have no sons below
$hook_height=20; // height of the hook in the rake (in px)
$vspace=7; // vertical space between elements
$sepInBlock=10; // vertical space between blocks element
$Margin=15; // horizontal space between element in a rake
$thickness=1; // 1=2px (thickness of the lines between labels)
$backgroundcolor='transparent';//'ivory';
$flex=0; // centered lateral links (-r and
// for debugging
$debug=0;
$aleaProfileForLetters=1;
// do not touch
$default_level='default;#3465a4;#ffffff;14;160;20';
$bloc_level='bloc;#3465a4;#ffffff;14;160;0'; // height of 0!
?>