1<?php 2$translation = &plugin_load('helper','translation'); 3if ($translation) echo $translation->showTranslations(); 4?> 5 6