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

    r626 r636  
    4444        function Show()
    4545        {
     46                $this->Title = T('Shoutbox');
    4647                if(array_key_exists('a', $_POST)) $Action = $_POST['a'];
    4748                  else if(array_key_exists('a', $_GET)) $Action = $_GET['a'];
Note: See TracChangeset for help on using the changeset viewer.