Changeset 258 for trunk/index.php
- Timestamp:
- Oct 9, 2009, 7:08:01 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/index.php
r257 r258 17 17 array('Sdílení souborů', 'http://wiki.zdechov.net/index.php/DC_hub', 'prohledavac_sdileni.png'), 18 18 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'), 20 20 array('Fotogalerie', '/galerie/', 'gallery.png'), 21 21 array('Diskusní fórum', '/forum/', 'discus.png'), … … 94 94 foreach($LinkGroup as $Link) 95 95 { 96 if($Link[2] == '') $Link[2] = 'clear. gif';96 if($Link[2] == '') $Link[2] = 'clear.png'; 97 97 if(substr($Link[1], 0, 4) != 'http') $Link[1] = $this->System->Config['Web']['RootFolder'].$Link[1]; 98 98 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.