Ignore:
Timestamp:
Aug 21, 2013, 9:49:36 PM (11 years ago)
Author:
chronos
Message:
  • Modified: Changed some pages names to without .php names.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/ClientVersion/ClientVersion.php

    r556 r569  
    1616  function Start()
    1717  {
    18         $this->System->RegisterPage('version.php', 'PageClientVersion');
     18        $this->System->RegisterPage('client-version', 'PageClientVersion');
    1919        $this->System->RegisterMenuItem(array(
    2020        'Title' => 'Verze hry',
    2121        'Hint' => 'Seznam verzí herního klienta',
    22         'Link' => $this->System->Link('/version.php'),
     22        'Link' => $this->System->Link('/client-version/'),
    2323        'Permission' => LICENCE_ANONYMOUS,
    2424        'Icon' => '',
Note: See TracChangeset for help on using the changeset viewer.