Support for langauges written right-to-left

Signed-off-by: PyroPeter <abi1789@googlemail.com>
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
PyroPeter 2011-02-15 21:32:52 +01:00 committed by Lukas Fleischer
parent 346e82716b
commit 3d6c6cc98a
3 changed files with 46 additions and 16 deletions

View file

@ -2,7 +2,7 @@
<!-- End of main content -->
<?php
if ($ver) {
echo "<p class=\"pgbox\" style=\"text-align: right; font-size: 14px;\"><b>$ver</b></p>\n";
echo "<div class=\"pgbox version\">$ver</div>";
}
?>
</body>