print $MSG_220 ?> print $TPL_user_nick; ?>
print $MSG_167; ?> | print $MSG_168; ?> | print $MSG_169; ?> | print $MSG_170; ?> | print $MSG_171; ?> |
---|
=$MSG_5117?> =$PAGE?>
=$MSG_5118?> =$PAGES?>
$PREV = intval($PAGE - 1); $NEXT = intval($PAGE + 1); if($PAGES > 1) { if($PAGE > 1) { ?> =$MSG_5119?> } $LOW = $PAGE - 5; if($LOW <= 0) $LOW = 1; $COUNTER = $LOW; while($COUNTER <= $PAGES && $COUNTER < ($PAGE+6)) { if($PAGE == $COUNTER) { print "$COUNTER "; } else { print "$COUNTER "; } $COUNTER++; } ?> if($PAGE < $PAGES) { ?> =$MSG_5120?> } } ?> |