| 1 |
<?php |
<?php |
| 2 |
// $Id: geshifilter.module,v 1.46 2009/07/04 09:48:59 soxofaan Exp $ |
// $Id: geshifilter.module,v 1.47 2009/07/04 11:05:56 soxofaan Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 219 |
$requirements[] = array( |
$requirements[] = array( |
| 220 |
'title' => 'GeSHi filter', |
'title' => 'GeSHi filter', |
| 221 |
'value' => t('GeSHi library not found.'), |
'value' => t('GeSHi library not found.'), |
| 222 |
'description' => t('You should install the GeSHi library and set its path in the !geshisettings.', |
'description' => t('You should install the GeSHi library and set its path in the <a href="!geshisettings">GeSHi settings</a>.', |
| 223 |
array('!geshisettings' => l('GeSHi settings', 'admin/settings/geshifilter'))), |
array('!geshisettings' => url('admin/settings/geshifilter'))), |
| 224 |
'severity' => REQUIREMENT_ERROR, |
'severity' => REQUIREMENT_ERROR, |
| 225 |
); |
); |
| 226 |
} |
} |