6 lines
85 B
PHP
6 lines
85 B
PHP
<?php
|
|
$lang ['plugin'] ['readmore'] = array(
|
|
'readmore' => '[Weiterlesen...]'
|
|
);
|
|
?>
|