Ignore:
Timestamp:
Dec 11, 2013, 12:15:15 PM (11 years ago)
Author:
chronos
Message:
  • Added: Pages should have set title which is used in HTML header to show title in web browser title bar.
File:
1 edited

Legend:

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

    r622 r636  
    3131        function Show()
    3232        {               
     33                $this->Title = T('Game version');
    3334    $DbResult = $this->System->Database->query('SELECT COUNT(*) FROM `ClientVersion`');
    3435    $DbRow = $DbResult->fetch_row();
Note: See TracChangeset for help on using the changeset viewer.