Changeset 357 for trunk/index.php
- Timestamp:
- Mar 5, 2010, 7:42:00 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/index.php
r317 r357 11 11 while($DbRow = mysql_fetch_assoc($DbResult)) 12 12 $Output .= '<div><strong>'.$DbRow['user'].' ('.date('d.m.Y', MysqlDateTimeToTime($DbRow['Time'])).')</strong> <br />'.$DbRow['Text'].'</div>'; 13 $Output .= '<a href="action.php?action=news">Všechny zprávy</a>'; 13 14 $Output .= '</div>'; 14 15 return($Output);
Note:
See TracChangeset
for help on using the changeset viewer.