diff --git a/css/plugins/translation.less b/css/plugins/translation.less index 4152aec..43b7a61 100644 --- a/css/plugins/translation.less +++ b/css/plugins/translation.less @@ -11,7 +11,7 @@ padding: 10px; padding-right: 20px; left: 80px; - bottom: 0px; + top: 0px; li,a,span { width: 100%; diff --git a/main.php b/main.php index 7ec55d8..82e8bf9 100644 --- a/main.php +++ b/main.php @@ -132,14 +132,6 @@ ?> - getItems(); - foreach($items as $item) { - echo '
  • ' - .'' - .'' - .''.$item->getLabel().'' - .'
  • '; - } ?> showTranslations(false); @@ -151,6 +143,14 @@ .$render .''; } ?> + getItems(); + foreach($items as $item) { + echo '
  • ' + .'' + .'' + .''.$item->getLabel().'' + .'
  • '; + } ?>