Subversion Repositories eFlore/Applications.cel

Rev

Rev 3226 | Rev 3235 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3226 Rev 3233
Line 20... Line 20...
20
 * @version     $Id$
20
 * @version     $Id$
21
 * @copyright   Copyright (c) 2010, Tela Botanica (accueil@tela-botanica.org)
21
 * @copyright   Copyright (c) 2010, Tela Botanica (accueil@tela-botanica.org)
22
 */
22
 */
23
class Manager extends WidgetCommun {
23
class Manager extends WidgetCommun {
Line 436... Line 499...
436
    );
499
		);
437
 
-
 
438
    $string = strtr( $string, $chars );
-
 
439
 
-
 
Line -... Line 500...
-
 
500
 
-
 
501
		$string = strtr( $string, $chars );
440
    return $string;
502
 
441
  }
-