Changeset 258 for trunk/index.php


Ignore:
Timestamp:
Oct 9, 2009, 7:08:01 PM (15 years ago)
Author:
george
Message:
  • Oprava: Chybné odkazy na gif ikonky.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r257 r258  
    1717      array('Sdílení souborů', 'http://wiki.zdechov.net/index.php/DC_hub', 'prohledavac_sdileni.png'),
    1818      array('Historie chatu', '/chat/history.php', 'sunrisechat.png', array('Chat', 'Display')),
    19       array('Webový chat', 'http://embed.mibbit.com/?server=game.zdechov.net%3A6667&channel=%23zdechov&forcePrompt=true&charset=utf-8', 'sunrisechat.gif'),
     19      array('Webový chat', 'http://embed.mibbit.com/?server=game.zdechov.net%3A6667&channel=%23zdechov&forcePrompt=true&charset=utf-8', 'sunrisechat.png'),
    2020      array('Fotogalerie', '/galerie/', 'gallery.png'),
    2121      array('Diskusní fórum', '/forum/', 'discus.png'),
     
    9494      foreach($LinkGroup as $Link)
    9595      {
    96         if($Link[2] == '') $Link[2] = 'clear.gif';
     96        if($Link[2] == '') $Link[2] = 'clear.png';
    9797        if(substr($Link[1], 0, 4) != 'http') $Link[1] = $this->System->Config['Web']['RootFolder'].$Link[1];
    9898        if(!isset($Link[3]) or (isset($Link[3]) and $this->System->Modules['User']->CheckPermission($Link[3][0], $Link[3][1])))
Note: See TracChangeset for help on using the changeset viewer.