Changeset 75 for trunk/includes/global.php
- Timestamp:
- Feb 7, 2009, 11:14:29 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/global.php
r72 r75 85 85 86 86 87 echo('<table class="page"><tr><td class="menu"><strong>Hlavní menu:</strong><br />'); 87 echo('<table class="page" cellpadding="0" cellspacing="0"><tr> 88 <td class="menu"><strong>Hlavní menu:</strong> 89 <div class="verticalmenu"><ul>'); 90 88 91 foreach($Menu as $MenuTarget => $MenuItem) 89 92 { 90 93 if(isset($MenuItem[3])) $OnClick = ' onclick="'.$MenuItem[3].'"'; else $OnClick = ''; 91 if(Licence($MenuItem[0])) echo('< a title="'.$MenuItem[1].'" href="'.$MenuTarget.'"'.$OnClick.'>'.$MenuItem[2].'</a><br />');94 if(Licence($MenuItem[0])) echo('<li><a class="verticalmenua" title="'.$MenuItem[1].'" href="'.$MenuTarget.'"'.$OnClick.'>'.$MenuItem[2].'</a></li>'); 92 95 } 93 echo('< br />');96 echo('</div>'); 94 97 95 98 echo('<strong>Překladové skupiny:</strong><br />'); … … 144 147 echo('<title>Projekt překládání textů WoW</title> 145 148 </head> 146 <body>'); 149 <body> 150 <table border="0" cellpadding="0" cellspacing="0" id="bannertable"><tr> 151 <td id="banner1"></td> 152 <td id="banner"><div id="bannertitle">Projekt překládání textů WoW</div></td> 153 <td id="banner2"></td></tr> 154 </table> 155 '); 147 156 148 157 if(!array_key_exists('UserID', $_SESSION)) $_SESSION['UserID'] = ''; … … 191 200 echo('<br />'); 192 201 ShowShoutBox(); 193 echo('</td><td c lass="content">');202 echo('</td><td cellpadding="0" cellspacing="0" class="content">'); 194 203 } 195 204
Note:
See TracChangeset
for help on using the changeset viewer.