Changeset 142 for minimanager/header.php


Ignore:
Timestamp:
Nov 23, 2007, 11:29:33 PM (17 years ago)
Author:
george
Message:

Minimanager 0.1.5b

File:
1 edited

Legend:

Unmodified
Added
Removed
  • minimanager/header.php

    r19 r142  
    4949        legend{margin:5px 0px 20px 0px;}
    5050        span.button{margin:15px 0px 0px 0px;}
     51        #tab a { display: inline-block;}
    5152</style>
    5253 <![endif]-->
     
    9091
    9192        foreach ($menu_array[$user_lvl][1] as $trunk){
    92                 $output .= "<li><a href=\"{$trunk[0]}\">{$lang_header[$trunk[1]]}<!--[if IE 7]><!--></a><!--<![endif]-->
    93 <!--[if lte IE 6]><table><tr><td><![endif]-->";
     93                $output .= "<li><a href=\"{$trunk[0]}\">{$lang_header[$trunk[1]]}</a>";
    9494                if(isset($trunk[2][0])) $output .= "<ul>";
    9595                foreach ($trunk[2] as $branch){
     
    9797                }
    9898                if(isset($trunk[2][0])) $output .= "</ul>";
    99                 $output .= "<!--[if lte IE 6]></td></tr></table></a><![endif]--></li>";
     99                $output .= "</li>";
    100100        }
    101101
    102         $output .= "<li><a class=\"trigger\" href=\"edit.php\">{$lang_header['my_acc']}<!--[if IE 7]><!--></a><!--<![endif]-->
    103 <!--[if lte IE 6]><table><tr><td><![endif]-->
     102        $output .= "<li><a class=\"trigger\" href=\"edit.php\">{$lang_header['my_acc']}</a>
    104103                        <ul>";
    105104                        if ($sql->num_rows($result) > 1){
     
    113112                                <li><a href=\"logout.php\">{$lang_header['logout']}</a></li>
    114113                        </ul>
    115                         <!--[if lte IE 6]></td></tr></table></a><![endif]-->
    116114                        </li>
    117115                        </ul>
Note: See TracChangeset for help on using the changeset viewer.