diff options
author | 2010-04-21 09:41:17 -0600 | |
---|---|---|
committer | 2010-04-21 09:41:17 -0600 | |
commit | 80b1dec07f920f4e5e8d31bfdaf2c5c648d73056 (patch) | |
tree | f7642a81faffd4faaeb1842bb3a3a9d12e4f8665 /inc.header2.php | |
parent | cosmetics (diff) | |
download | znurt-org-frontend-80b1dec07f920f4e5e8d31bfdaf2c5c648d73056.tar.gz znurt-org-frontend-80b1dec07f920f4e5e8d31bfdaf2c5c648d73056.tar.bz2 znurt-org-frontend-80b1dec07f920f4e5e8d31bfdaf2c5c648d73056.zip |
recent updates
Diffstat (limited to 'inc.header2.php')
-rw-r--r-- | inc.header2.php | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/inc.header2.php b/inc.header2.php index f9fe8c0..f79b6c0 100644 --- a/inc.header2.php +++ b/inc.header2.php @@ -9,9 +9,9 @@ ?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <meta name="description" content="" /> - <meta name="keywords" content="" /> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> + <meta name="description" content=""> + <meta name="keywords" content=""> <link rel="stylesheet" href="<?=$base_uri;?>css/master.css" type="text/css" media="screen" title="no title" charset="utf-8"> <? if($lingua == 'es') { ?> @@ -26,7 +26,7 @@ <? if($lingua == 'cs') { ?> <link rel="stylesheet" href="<?=$base_uri;?>css/cs.css" type="text/css" media="screen" title="no title" charset="utf-8"> <? } ?> - <link rel="icon" type="image/vnd.microsoft.icon" href="<?=$base_uri;?>favicon.ico" /> + <link rel="icon" type="image/vnd.microsoft.icon" href="<?=$base_uri;?>favicon.ico"> <title>gentoo linux ~ <?=$html_title;?></title> <? @@ -59,4 +59,11 @@ ?> - <script type='text/javascript' src='<?=$base_uri;?>prototype.js'></script>
\ No newline at end of file + <script type='text/javascript' src='<?=$base_uri;?>prototype.js'></script> + <script type='text/javascript'> + function disableAutocomplete() { + if($('searchForm')) { + $('searchForm').writeAttribute('autocomplete', 'off'); + } + } + </script>
\ No newline at end of file |