blob: a37ec9d1828b34c20c3353a16dd28ab6a6123cec (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/usr/bin/perl
$width = 556;
$height = 303;
$y_start = 10;
$title = N("Get the best items with Mandrake Linux Strategic partners");
@text = (N("Enhance your computer performance with the help of a selection of partners offering professional solutions compatible with Mandrake Linux"),
("www.mandrakesecure.com/license"));
|