Changeset 142 for minimanager/header.php
- Timestamp:
- Nov 23, 2007, 11:29:33 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
minimanager/header.php
r19 r142 49 49 legend{margin:5px 0px 20px 0px;} 50 50 span.button{margin:15px 0px 0px 0px;} 51 #tab a { display: inline-block;} 51 52 </style> 52 53 <![endif]--> … … 90 91 91 92 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>"; 94 94 if(isset($trunk[2][0])) $output .= "<ul>"; 95 95 foreach ($trunk[2] as $branch){ … … 97 97 } 98 98 if(isset($trunk[2][0])) $output .= "</ul>"; 99 $output .= "< !--[if lte IE 6]></td></tr></table></a><![endif]--></li>";99 $output .= "</li>"; 100 100 } 101 101 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> 104 103 <ul>"; 105 104 if ($sql->num_rows($result) > 1){ … … 113 112 <li><a href=\"logout.php\">{$lang_header['logout']}</a></li> 114 113 </ul> 115 <!--[if lte IE 6]></td></tr></table></a><![endif]-->116 114 </li> 117 115 </ul>
Note:
See TracChangeset
for help on using the changeset viewer.