summary refs log tree commit diff stats
path: root/pages/comic.php
diff options
context:
space:
mode:
Diffstat (limited to 'pages/comic.php')
-rwxr-xr-xpages/comic.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/pages/comic.php b/pages/comic.php index 95df3dc..28a420e 100755 --- a/pages/comic.php +++ b/pages/comic.php
@@ -130,13 +130,13 @@ if (has_meta($getcomic3['id'], 'text'))
130 130
131 <P> 131 <P>
132<?php if ($numpending == 1): ?> 132<?php if ($numpending == 1): ?>
133 there is 1 comic in the pending queue, which means that if Starla wants to be lazy and can't be bothered to update, she can relax for 1 more day before she starts getting angry emails 133 there is 1 comic in the pending queue, which means that if Hatkirby wants to be lazy and can't be bothered to update, he can relax for 1 more day before he starts getting angry emails
134<?php elseif ($numpending == 0): ?> 134<?php elseif ($numpending == 0): ?>
135 oh dear, there aren't any comics in the pending queue, which means that if Starla doesn't hurry up, there may not be a comic tomorrow 135 oh dear, there aren't any comics in the pending queue, which means that if Hatkirby doesn't hurry up, there may not be a comic tomorrow
136<?php elseif ($numpending > 100): ?> 136<?php elseif ($numpending > 100): ?>
137 OMG! There are <?php echo($numpending); ?> comics in the pending queue! Starla, you relax as long as you want! 137 OMG! There are <?php echo($numpending); ?> comics in the pending queue! Hatkirby, you relax as long as you want!
138<?php else: ?> 138<?php else: ?>
139 there are <?php echo($numpending); ?> comics in the pending queue, which means that if Starla wants to be lazy and can't be bothered to update, she can relax for <?php echo($numpending); ?> days before she starts getting angry emails 139 there are <?php echo($numpending); ?> comics in the pending queue, which means that if Hatkirby wants to be lazy and can't be bothered to update, he can relax for <?php echo($numpending); ?> days before he starts getting angry emails
140<?php endif; ?> 140<?php endif; ?>
141 </P> 141 </P>
142<?php 142<?php