Changeset 576 for trunk/pages/gmteam.php
- Timestamp:
- Apr 29, 2009, 8:02:38 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/pages/gmteam.php
r573 r576 1 1 <?php 2 3 include('inc/db.php');4 2 5 3 $Role = array('Hráč', 'Moderátor', 'Game Master', 'Kontrolor chyb', 'Vedoucí Tábora', 'Administrátor', 'Správce Systému'); … … 46 44 { 47 45 echo('<tr><td>Profil na foru:</td>'); 48 echo('<td><strong><a href=" http://wow.zdechov.net/forum/memberlist.php?mode=viewprofile&u='.$Line['ForumId'].'">Profil</a></strong></td>');46 echo('<td><strong><a href="'.$Config['Web']['BaseURL'].'forum/memberlist.php?mode=viewprofile&u='.$Line['ForumId'].'">Profil</a></strong></td>'); 49 47 echo '</tr>'; 50 48 }
Note:
See TracChangeset
for help on using the changeset viewer.