if ($previous) {
/*
The text following this comment will be displayed to point you to the
previous comic. You can change it to an image, or to say anything you like.
*/
?>
Previous
} else {
/*
The text after this comment will be displayed if there is NO comic
BEFORE the one currently on display. Feel free to change it to something
else.
*/ ?>
Previous
} ?>
|
if ($date != $first_strip) {
/*
The text following this comment will be displayed to point you to the
FIRST comic. You can change it to an image, or to say anything you like.
*/ ?>
First
} else {
/*
The text after this comment will be displayed if you are currently displaying
the FIRST strip. Feel free to change it to something else.
*/ ?>
First
} ?>
|
Archive |
if($is_last!="yes") {
/*
The text following this comment will be displayed to point you to the
LAST comic. You can change it to an image, or to say anything you like.
*/ ?>
Last
} else {
/*
The text after this comment, will be displayed if you are currently viewing
the most recent comic. Feel free to change it to something else.
*/ ?>
Last
} ?>
|
if ($next) {
/*
The text following this comment will be displayed to point you to the next comic. You can
change it to an image, or to say anything you like.
*/ ?>
Next
} else {
/*
The text after this comment, will be displayed if there is NO comic
AFTER the one currently on display. Feel free to change it to something
else.
*/ ?>
Next
} ?>
|