Changeset 693 for trunk/inc/realm.php


Ignore:
Timestamp:
Mar 20, 2010, 9:52:32 AM (14 years ago)
Author:
george
Message:
  • Opraveny: Další odkazy na stránky.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/inc/realm.php

    r683 r693  
    4242  function OnlineStateImage($Status)
    4343  {
    44     if($Status) return('<img src="imgs/inc/on.gif" alt="online" />&nbsp;<span style="text-color: #234303; text-size: 4;">Online</span>');
    45       else return('<img src="imgs/inc/off.gif" alt="offline" />&nbsp;<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" />&nbsp;<span style="text-color: #234303; text-size: 4;">Mimo provoz</span>');
     47      else return('<img src="'.$html->Link('/imgs/inc/off.gif').'" alt="offline" />&nbsp;<span style="text-color: #990000; text-size: 4;">V provozu</span>');
    4648  }
    4749
Note: See TracChangeset for help on using the changeset viewer.