13 lines
307 B
PHP
13 lines
307 B
PHP
<?php # $Id$
|
|
|
|
/**
|
|
* @version $Revision$
|
|
* @author Translator Name <yourmail@example.com>
|
|
* EN-Revision: Revision of lang_en.inc.php
|
|
*/
|
|
|
|
@define('PLUGIN_EVENT_TEMPLATECHOOSER_NAME', 'Theme chooser');
|
|
@define('PLUGIN_EVENT_TEMPLATECHOOSER_DESC', 'Allows your visitors to change theme on the fly');
|
|
|
|
?>
|