1<?php $translation = plugin_load('helper','translation'); if ($translation) echo $translation->showTranslations(); ?>
2
3<style type="text/css">
4.dokuwiki div.plugin_translation {
5	float: revert;
6	text-align: revert;
7	margin: .2em .3em .7em .3em;
8}
9</style>
10
11<hr>
12