blob: 9e96f44785ea637a5b320a33c177a8d09e265a13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#!/usr/bin/perl
$width = 556;
$height = 303;
$y_start = 10;
$title = N("Become a MandrakeExpert");
@text = (N("Find the solutions of your problems via MandrakeSoft's online support platform."),
N("Join the MandrakeSoft support teams and the Linux Community online to share your knowledge and help others by becoming a recognized Expert on the online technical support website:"),
("www.mandrakeexpert.com"));
|