Changeset 583 for trunk/pages/guildy.php
- Timestamp:
- May 7, 2009, 9:15:17 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/pages/guildy.php
r577 r583 46 46 } 47 47 48 echo " 49 <center> 50 <table border=\"1\" width=\"540\"> 48 echo('<table class="BaseTable"> 51 49 <tr> 52 <th align=\"center\">".MakeLink("","fraction")."</th>53 <th align=\"center\">".MakeLink("Jméno guildy","name")."</th>54 <th align=\"center\">".MakeLink("Celkem členů","member_count")."</th>55 <th align=\"center\">Členů online</th>56 <th align=\"center\">Guild master</th>57 <th align=\"center\">".MakeLink("Stránky guildy","homepage")."</th>58 <th align=\"center\">".MakeLink("Založena","createdate")."</th>59 </tr> ";50 <th>'.MakeLink('', 'fraction').'</th> 51 <th>'.MakeLink('Jméno spolku', 'name').'</th> 52 <th>'.MakeLink('Celkem členů', 'member_count').'</th> 53 <th>Členů online</th> 54 <th>Guild master</th> 55 <th>'.MakeLink('Webové stránky', 'homepage').'</th> 56 <th>'.MakeLink('Datum založení', 'createdate').'</th> 57 </tr>'); 60 58 61 59 $db->select_db($Config['Mangos']['DatabaseCharacters']); … … 84 82 } 85 83 86 echo "</table></center>";84 echo('</table>'); 87 85 88 86 ?>
Note:
See TracChangeset
for help on using the changeset viewer.