Changeset 522 for trunk/index.php
- Timestamp:
- Feb 18, 2013, 11:17:37 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/index.php
r511 r522 11 11 ' FROM `News` JOIN `User` ON `User`.`ID` = `News`.`User` ORDER BY `Time` DESC LIMIT 10'); 12 12 while($DbRow = $DbResult->fetch_assoc()) 13 $Output .= '<div><strong>'.$DbRow['Title'].' ('.HumanDate($DbRow['Time']).')</strong> <br />'.$DbRow['Text'].' </div>';13 $Output .= '<div><strong>'.$DbRow['Title'].' ('.HumanDate($DbRow['Time']).')</strong> <br />'.$DbRow['Text'].' ('.$DbRow['Name'].')</div>'; 14 14 $Output .= '<a href="action.php?action=news">Všechny zprávy</a>'; 15 15 $Output .= '</div>';
Note:
See TracChangeset
for help on using the changeset viewer.