diff --git a/site/.htaccess b/site/.htaccess index 96a3e383..19783a81 100644 --- a/site/.htaccess +++ b/site/.htaccess @@ -1,5 +1,5 @@ RewriteEngine on RewriteBase / -RewriteRule ^(ru|en|sp)/(.*) $2?intlocale=$1 [L] -RewriteRule ^(ru|en|sp)$ $1/ [R,L] +RewriteRule ^(ru|en|sp|ua)/(.*) $2?intlocale=$1 [L] +RewriteRule ^(ru|en|sp|ua)$ $1/ [R,L] diff --git a/site/contact.php b/site/contact.php index a4924003..6512ba06 100644 --- a/site/contact.php +++ b/site/contact.php @@ -17,10 +17,12 @@ require_once('inc/menu.i');

-
+ Evgeny Gryaznov
+ evgeny [at] openwebim (dot) org

-
+ Ed Kraus
+ support [at] openwebim (dot) org

diff --git a/site/default.css b/site/default.css index 686f66d9..dd063a2a 100755 --- a/site/default.css +++ b/site/default.css @@ -150,11 +150,15 @@ input, textarea, select { background-color: #eee; padding-right: 7px; padding-left: 7px; - height: 22px; + height: 22px; color: #888; +} + +#clocale span { + vertical-align: middle; } -#clocale a { +#clocale a { text-decoration: none; color: #889; } diff --git a/site/inc/header.i b/site/inc/header.i index 67b1da0f..392a0dbe 100644 --- a/site/inc/header.i +++ b/site/inc/header.i @@ -3,7 +3,7 @@ <?php echo $title ?> - <?php echo getlocal("title") ?> - + diff --git a/site/inc/menu.i b/site/inc/menu.i index c2b9f302..fda8e1b7 100644 --- a/site/inc/menu.i +++ b/site/inc/menu.i @@ -1,7 +1,7 @@