diff options
-rw-r--r-- | css/fr.css | 9 | ||||
-rw-r--r-- | inc.header2.php | 5 |
2 files changed, 13 insertions, 1 deletions
diff --git a/css/fr.css b/css/fr.css new file mode 100644 index 0000000..314885b --- /dev/null +++ b/css/fr.css @@ -0,0 +1,9 @@ + #header #logo { + background: url('../img/french_gentoo_ebuilds.png') no-repeat; + position: absolute; + width: 307px; + height: 123px; + display: block; + top: 30px; + left: 50px; + } diff --git a/inc.header2.php b/inc.header2.php index f79b6c0..43daf6d 100644 --- a/inc.header2.php +++ b/inc.header2.php @@ -20,6 +20,9 @@ <? if($lingua == 'de') { ?> <link rel="stylesheet" href="<?=$base_uri;?>css/de.css" type="text/css" media="screen" title="no title" charset="utf-8"> <? } ?> + <? if($lingua == 'fr') { ?> + <link rel="stylesheet" href="<?=$base_uri;?>css/fr.css" type="text/css" media="screen" title="no title" charset="utf-8"> + <? } ?> <? if($lingua == 'tr') { ?> <link rel="stylesheet" href="<?=$base_uri;?>css/tr.css" type="text/css" media="screen" title="no title" charset="utf-8"> <? } ?> @@ -66,4 +69,4 @@ $('searchForm').writeAttribute('autocomplete', 'off'); } } - </script>
\ No newline at end of file + </script> |