11 lines
348 B
PHP
11 lines
348 B
PHP
<?php # $Id$
|
|
/**
|
|
* @version $Revision$
|
|
* @author Rodrigo Lazo Paz <rlazo.paz@gmail.com>
|
|
* EN-Revision: 690
|
|
*/
|
|
|
|
@define('PLUGIN_EVENT_BROWSERCOMPATIBILITY_TITLE', 'Compatibilidad con el navegador');
|
|
@define('PLUGIN_EVENT_BROWSERCOMPATIBILITY_DESC', 'Utiliza distintos métodos (CSS) para asegurar máxima compatibilidad con el navegador.');
|
|
|
|
?>
|