| 1 |
<?php |
<?php |
| 2 |
|
|
| 3 |
// $Id: taxonomy_sifter.module,v 1.3.2.1 2008/11/15 10:56:01 tbarregren Exp $ |
// $Id: taxonomy_sifter.module,v 1.3.2.2 2008/11/15 10:57:50 tbarregren Exp $ |
| 4 |
|
|
| 5 |
|
|
| 6 |
/** |
/** |
| 13 |
* Nancy Wichmann <http://drupal.org/user/101412>. |
* Nancy Wichmann <http://drupal.org/user/101412>. |
| 14 |
* |
* |
| 15 |
* Sponsors: |
* Sponsors: |
| 16 |
* Norrlandsflyg <http://www.norrlandsflyg.se/> |
* SSPA Sweden <http://www.sspa.se/> |
| 17 |
* imBridge <http://www.imbridge.com/> |
* imBridge <http://www.imbridge.com/> |
| 18 |
*/ |
*/ |
| 19 |
|
|
| 366 |
if (!$help) return; |
if (!$help) return; |
| 367 |
|
|
| 368 |
// Substitute variables and translate. |
// Substitute variables and translate. |
| 369 |
$version = str_replace(array('$Re'.'vision:', ' $'), array('', ''), '$Revision: 1.3.2.1 $'); |
$version = str_replace(array('$Re'.'vision:', ' $'), array('', ''), '$Revision: 1.3.2.2 $'); |
| 370 |
$year = substr('$Date: 2008/11/15 10:56:01 $', 7, 4); |
$year = substr('$Date: 2008/11/15 10:57:50 $', 7, 4); |
| 371 |
$help = t($help, array('!version' => $version, '!year' => $year)); |
$help = t($help, array('!version' => $version, '!year' => $year)); |
| 372 |
|
|
| 373 |
// Add some style. (This is really dirty, but...) |
// Add some style. (This is really dirty, but...) |