Changeset 693 for trunk/inc/realm.php
- Timestamp:
- Mar 20, 2010, 9:52:32 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/inc/realm.php
r683 r693 42 42 function OnlineStateImage($Status) 43 43 { 44 if($Status) return('<img src="imgs/inc/on.gif" alt="online" /> <span style="text-color: #234303; text-size: 4;">Online</span>'); 45 else return('<img src="imgs/inc/off.gif" alt="offline" /> <span style="text-color: #990000; text-size: 4;">Offline</span>'); 44 global $html; 45 46 if($Status) return('<img src="'.$html->Link('/imgs/inc/on.gif').'" alt="online" /> <span style="text-color: #234303; text-size: 4;">Mimo provoz</span>'); 47 else return('<img src="'.$html->Link('/imgs/inc/off.gif').'" alt="offline" /> <span style="text-color: #990000; text-size: 4;">V provozu</span>'); 46 48 } 47 49
Note:
See TracChangeset
for help on using the changeset viewer.