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

    r622 r636  
    6565        function Show()
    6666        {
     67                $this->Title = T('News');
    6768                if(array_key_exists('a', $_POST)) $Action = $_POST['a'];
    6869                  else if(array_key_exists('a', $_GET)) $Action = $_GET['a'];
Note: See TracChangeset for help on using the changeset viewer.