Changeset 628 for trunk/pages
- Timestamp:
- Aug 21, 2009, 5:45:13 PM (15 years ago)
- Location:
- trunk/pages
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/pages/links.php
r609 r628 7 7 array('URL' => 'http://wow.vigudes.cz', 'Description' => 'České informace o WoW'), 8 8 array('URL' => 'http://wow.herniweb.cz/', 'Description' => 'České informace o WoW'), 9 array('URL' => 'http://wowcenter.cz/', 'Description' => 'Portál o hře World of Warcraft'), 9 10 array('URL' => 'http://www.worldofwarcraft.com/', 'Description' => 'Oficiální stránky hry World of Warcraft'), 10 11 array('URL' => 'http://www.wow-europe.com/', 'Description' => 'Oficiální stránky hry World of Warcraft pro Evropu'), -
trunk/pages/server.php
r627 r628 68 68 $Realms[] = $Config['Mangos']['RealmList'][$Realm]['Name']; 69 69 70 $Output .= '<table class="BaseTable" style=" margin: 5px;">70 $Output .= '<table class="BaseTable" style="width: 100%; margin: 5px;"> 71 71 <tr> 72 72 <th colspan="2">Server '.($Index + 1).'</td> … … 98 98 <tr> 99 99 <td>Světy</td> 100 <td>'.implode(', ', $Realms).'</td>100 <td>'.implode(', ', $Realms).'</td> 101 101 </tr> 102 102 <tr>
Note:
See TracChangeset
for help on using the changeset viewer.