diff options
author | filip <filip.komar@gmail.com> | 2015-02-20 22:01:25 +0100 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2015-02-20 22:01:25 +0100 |
commit | 5abe333b9435defe2b4f5224a3887e0e898a09cc (patch) | |
tree | 779512c7ce3172a93111618416a45b11aa9b6eb0 | |
parent | 282026ffff3edb20c0462961c74a33428205e130 (diff) | |
download | www-5abe333b9435defe2b4f5224a3887e0e898a09cc.tar www-5abe333b9435defe2b4f5224a3887e0e898a09cc.tar.gz www-5abe333b9435defe2b4f5224a3887e0e898a09cc.tar.bz2 www-5abe333b9435defe2b4f5224a3887e0e898a09cc.tar.xz www-5abe333b9435defe2b4f5224a3887e0e898a09cc.zip |
to soon as the page is left aligned ;)
-rw-r--r-- | en/contact/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/contact/index.php b/en/contact/index.php index ac5dc2782..0b81c9ec2 100644 --- a/en/contact/index.php +++ b/en/contact/index.php @@ -1,6 +1,6 @@ <?php define('HLANG', true); -define('ALIGNMENT', 'Center'); +define('ALIGNMENT', 'Left'); // Center require '../../langs.php'; $dictionary = read_translation_file($locale, 'contact'); ?><!DOCTYPE html> |