Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJo Michael <me@mynetx.net>2012-03-17 02:04:12 +0400
committerJo Michael <me@mynetx.net>2012-03-17 02:04:12 +0400
commit3b56f6a53b1cb74319fe58308907371ea93f725d (patch)
treecfa258378f13db3e794c1fb6ecb6f7c3e6409136 /navigation.php
parentaf0e6c71e72cc3bbcd9c8d35c64836e4e3b07b1e (diff)
Leading ./ paths for links and favicons can be omitted, part 1
Diffstat (limited to 'navigation.php')
-rw-r--r--navigation.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/navigation.php b/navigation.php
index bb7b9e05e5..34b279f20d 100644
--- a/navigation.php
+++ b/navigation.php
@@ -95,8 +95,8 @@ require_once './libraries/header_http.inc.php';
dir="<?php echo $GLOBALS['text_dir']; ?>">
<head>
- <link rel="icon" href="./favicon.ico" type="image/x-icon" />
- <link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
+ <link rel="icon" href="favicon.ico" type="image/x-icon" />
+ <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<title>phpMyAdmin</title>
<meta charset="utf-8" />
<base target="frame_content" />