diff options
Diffstat (limited to 'pages/archive.php')
-rwxr-xr-x | pages/archive.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/archive.php b/pages/archive.php index 85a73d5..c5f0f52 100755 --- a/pages/archive.php +++ b/pages/archive.php | |||
@@ -35,7 +35,7 @@ while ($getseasons3 = mysql_fetch_array($getseasons2)) | |||
35 | 35 | ||
36 | ?> | 36 | ?> |
37 | <TR> | 37 | <TR> |
38 | <TD><A HREF="/season<?php echo($getseasons3['season_id']); ?>.htm">1</A></TD> | 38 | <TD><A HREF="/season<?php echo($getseasons3['season_id']); ?>.htm"><?php echo($getseasons3['season_id']); ?></A></TD> |
39 | <TD><A HREF="/comic<?php echo($getfc3['comic_id']); ?>.htm"><?php echo($getfc3['title']); ?></A><BR />(<?php echo(date('F j Y',strtotime(get_meta($getfc3['id'], 'pubDate')))); ?>)</TD> | 39 | <TD><A HREF="/comic<?php echo($getfc3['comic_id']); ?>.htm"><?php echo($getfc3['title']); ?></A><BR />(<?php echo(date('F j Y',strtotime(get_meta($getfc3['id'], 'pubDate')))); ?>)</TD> |
40 | <TD><?php if (!is_null($getseasons3['last_comic_id'])) { ?><A HREF="/comic<?php echo($getlc3['comic_id']); ?>.htm"><?php echo($getlc3['title']); ?></A><BR />(<?php echo(date('F j Y',strtotime(get_meta($getlc3['id'], 'pubDate')))); ?>)<?php } else { ?><EM>N/A</EM><?php } ?></TD> | 40 | <TD><?php if (!is_null($getseasons3['last_comic_id'])) { ?><A HREF="/comic<?php echo($getlc3['comic_id']); ?>.htm"><?php echo($getlc3['title']); ?></A><BR />(<?php echo(date('F j Y',strtotime(get_meta($getlc3['id'], 'pubDate')))); ?>)<?php } else { ?><EM>N/A</EM><?php } ?></TD> |
41 | <TD><?php echo($count); ?></TD> | 41 | <TD><?php echo($count); ?></TD> |