<?php
$translation = &plugin_load('helper','translation');
if ($translation) echo $translation->showTranslations();
?>