Revision 36
Added by stefan about 19 years ago
intro.php | ||
---|---|---|
1 | 1 |
<?php |
2 | 2 |
|
3 |
// $Id: intro.php,v 1.2 2005/04/02 06:25:37 rdjurovich Exp $
|
|
3 |
// $Id$ |
|
4 | 4 |
|
5 | 5 |
/* |
6 | 6 |
|
... | ... | |
43 | 43 |
$template->set_file('page', 'intro.html'); |
44 | 44 |
$template->set_block('page', 'main_block', 'main'); |
45 | 45 |
$template->set_var(array( |
46 |
'CONTENT' => stripslashes($content), |
|
46 |
'CONTENT' => $admin->stripslashes($content),
|
|
47 | 47 |
'WB_URL' => WB_URL, |
48 | 48 |
'ADMIN_URL' => ADMIN_URL, |
49 | 49 |
'TEXT_SAVE' => $TEXT['SAVE'], |
Also available in: Unified diff
Created new stripslashes method in class wb. Changed stripslashes() calls to method calls.