Ignore:
Timestamp:
Jan 20, 2016, 11:16:40 AM (8 years ago)
Author:
chronos
Message:
  • Added: More page redirections.
  • Modified: Translated Log module and part of Admin module.
File:
1 edited

Legend:

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

    r854 r857  
    3030
    3131    if($this->System->User->Licence(LICENCE_USER))
    32       $Output .= '<a href="'.$this->System->Link('/shoutbox/?a=add').'">'.T('Add').'</a>';
     32      $Output .= ' <a href="'.$this->System->Link('/shoutbox/?a=add').'">'.T('Add').'</a>';
    3333    $Output .= '<div class="box"><div class="shoutbox"><table>';
    3434    $DbResult = $this->Database->query('SELECT * FROM `ShoutBox` ORDER BY `ID` DESC LIMIT 30');
Note: See TracChangeset for help on using the changeset viewer.