6 lines
317 B
PHP
6 lines
317 B
PHP
<?php # $Id$
|
|
|
|
@define('PLUGIN_EVENT_BBCODE_NAME', 'Textformatierung: BBCode');
|
|
@define('PLUGIN_EVENT_BBCODE_DESC', 'BBCode-Formatierung durchführen');
|
|
@define('PLUGIN_EVENT_BBCODE_TRANSFORM', '<a href="http://www.phpbb.com/phpBB/faq.php?mode=bbcode">BBCode</a>-Formatierung erlaubt');
|