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/Log/Log.php

    r625 r636  
    126126    global $TranslationTree;
    127127   
     128    $this->Title = T('System log');
    128129    $Output = '';
    129130    if(array_key_exists('type', $_GET)) $_SESSION['type'] = $_GET['type'] * 1;
Note: See TracChangeset for help on using the changeset viewer.