Changeset 296 for trunk/includes/global.php
- Timestamp:
- Dec 28, 2009, 11:57:36 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/global.php
r295 r296 39 39 function ShowShoutbox() 40 40 { 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>'); 44 44 if(Licence(LICENCE_USER)) echo(' <a href="action.php?action=shoutbox">Vložit</a>'); 45 45 echo('<div class="box"><table>');
Note:
See TracChangeset
for help on using the changeset viewer.