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:
authorTyron Madlener <tyronx@gmail.com>2011-07-27 13:56:40 +0400
committerTyron Madlener <tyronx@gmail.com>2011-07-27 13:56:40 +0400
commit5fb7f9cd1716ae747a6e898ee6e92c864d4da6dc (patch)
tree24366b5068b355447c2f25546298bc668d064512 /navigation.php
parent01e185831ebe86886f686edfc95c0e642c95843c (diff)
Feature idea: Collapsible navigation frame
Diffstat (limited to 'navigation.php')
-rw-r--r--navigation.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/navigation.php b/navigation.php
index 0c5668bca7..f684d112b1 100644
--- a/navigation.php
+++ b/navigation.php
@@ -156,6 +156,7 @@ require_once './libraries/header_http.inc.php';
</head>
<body id="body_leftFrame">
+<div id="frameCollapse" style="display:none;"><img src="themes/pmahomme/img/frame-collapse.png"></div>
<?php
require './libraries/navigation_header.inc.php';