Changeset 589 for trunk/inc/html.php
- Timestamp:
- May 18, 2009, 9:01:38 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/inc/html.php
r583 r589 269 269 if($offset < $pocet) 270 270 { 271 echo('<a href="'.$_SERVER['PHP_SELF'].($offset + $limit < $pocet ? '?offset='.($offset + $limit) : '').'"><-- novější</a> \n ');271 echo('<a href="'.$_SERVER['PHP_SELF'].($offset + $limit < $pocet ? '?offset='.($offset + $limit) : '').'"><-- novější</a> '); 272 272 } 273 273 if($offset > $limit)
Note:
See TracChangeset
for help on using the changeset viewer.