Changeset 465 for branches/beta
- Timestamp:
 - Mar 1, 2009, 3:47:27 PM (17 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  branches/beta/inc/html.php (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
branches/beta/inc/html.php
r464 r465 275 275 } 276 276 if ($offset < $pocet) { 277 echo "<a href='$_SERVER[PHP_SELF]" . ($offset + $limit < $pocet ? "?offset=" . ($offset + $limit) : "") . "'> zpět</a>\n";277 echo "<a href='$_SERVER[PHP_SELF]" . ($offset + $limit < $pocet ? "?offset=" . ($offset + $limit) : "") . "'><-- novější</a>\n"; 278 278 } 279 279 if ($offset > $limit) { 280 echo "<a href='$_SERVER[PHP_SELF]?offset=" . ($offset - $limit) . "'> vpřed</a>\n";280 echo "<a href='$_SERVER[PHP_SELF]?offset=" . ($offset - $limit) . "'>starší --></a>\n"; 281 281 } 282 282  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  ![(please configure the [header_logo] section in trac.ini)](/wow/chrome/site/your_project_logo.png)