Ignore:
Timestamp:
Dec 28, 2009, 11:57:36 AM (15 years ago)
Author:
george
Message:
  • Přidáno: Zobrazení zpráv ze shoutboxu na samostatné stránce.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/global.php

    r295 r296  
    3939function ShowShoutbox()
    4040{
    41   global $Database;
    42  
    43   echo('<strong>Shoutbox:</strong>');
     41  global $Database, $Config;
     42 
     43  echo('<strong><a href="'.$Config['Web']['BaseURL'].'action.php?action=ShoutBoxView">Shoutbox:</a></strong>');
    4444  if(Licence(LICENCE_USER)) echo(' <a href="action.php?action=shoutbox">Vložit</a>');
    4545  echo('<div class="box"><table>');
Note: See TracChangeset for help on using the changeset viewer.