diff options
Diffstat (limited to 'index.php')
| -rwxr-xr-x | index.php | 10 |
1 files changed, 10 insertions, 0 deletions
| diff --git a/index.php b/index.php index 50e381c..e10ee98 100755 --- a/index.php +++ b/index.php | |||
| @@ -24,6 +24,16 @@ $getimage3 = mysql_fetch_array($getimage2); | |||
| 24 | 24 | ||
| 25 | <DIV CLASS="title"> | 25 | <DIV CLASS="title"> |
| 26 | <H2><?php echo($getimage3['title']); ?></H2> | 26 | <H2><?php echo($getimage3['title']); ?></H2> |
| 27 | <?php | ||
| 28 | |||
| 29 | if ($getimage3['author'] != '') | ||
| 30 | { | ||
| 31 | ?> | ||
| 32 | <CENTER><SMALL>Guest comic by <?php echo($getimage3['author']); ?></SMALL></CENTER> | ||
| 33 | <?php | ||
| 34 | } | ||
| 35 | |||
| 36 | ?> | ||
| 27 | </DIV> | 37 | </DIV> |
| 28 | </DIV> | 38 | </DIV> |
| 29 | 39 | ||
