Changeset 694 for trunk/index.php


Ignore:
Timestamp:
Mar 20, 2010, 8:49:48 PM (15 years ago)
Author:
george
Message:
  • Opraveno: Zobrazování novinek z webu ve hře.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r693 r694  
    9090$RealmMenuItems = array(
    9191  array('link' => $html->Link('/online-hraci/'), 'Text' => 'Online hráči'),
    92   array('link' => '#', 'Text' => 'Mapa hráčů', 'OnClick' => "popup('".$html->Link("/minimanager/pomm/pomm.php?realmid=".$_COOKIE['RealmIndex'])."', 1000, 800); return false;"),
     92  array('link' => '#', 'Text' => 'Mapa hráčů', 'OnClick' => "popup('".$html->Link("/minimanager/map/?r_id=".$_COOKIE['RealmIndex'])."', 1000, 800); return false;"),
    9393  array('link' => $html->Link('/nej-hraci/'), 'Text' => 'Nej hráči'),
    9494  array('link' => $html->Link('/spolky/'), 'Text' => 'Spolky'),
Note: See TracChangeset for help on using the changeset viewer.