| 1 |
<?php |
<?php |
| 2 |
// $Id: geshifilter.module,v 1.18.2.62 2008/05/01 20:08:57 soxofaan Exp $ |
// $Id: geshifilter.module,v 1.18.2.63 2009/01/04 16:46:52 soxofaan Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 235 |
$requirements[] = array( |
$requirements[] = array( |
| 236 |
'title' => 'GeSHi filter', |
'title' => 'GeSHi filter', |
| 237 |
'value' => t('GeSHi library not found.'), |
'value' => t('GeSHi library not found.'), |
| 238 |
'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>.', |
| 239 |
array('!geshisettings' => l('GeSHi settings', 'admin/settings/geshifilter'))), |
array('!geshisettings' => url('admin/settings/geshifilter'))), |
| 240 |
'severity' => REQUIREMENT_ERROR, |
'severity' => REQUIREMENT_ERROR, |
| 241 |
); |
); |
| 242 |
} |
} |