diff options
| -rwxr-xr-x | pages/comic.php | 12 |
1 files changed, 12 insertions, 0 deletions
| diff --git a/pages/comic.php b/pages/comic.php index 0edd91c..0479e17 100755 --- a/pages/comic.php +++ b/pages/comic.php | |||
| @@ -104,6 +104,18 @@ $numpending = $cntpending3['COUNT(*)']; | |||
| 104 | </UL> | 104 | </UL> |
| 105 | 105 | ||
| 106 | <DIV CLASS="cleardiv"></DIV> | 106 | <DIV CLASS="cleardiv"></DIV> |
| 107 | <?php | ||
| 108 | |||
| 109 | if (has_meta($getcomic3['id'], 'text')) | ||
| 110 | { | ||
| 111 | ?> | ||
| 112 | <P> | ||
| 113 | <?php echo(get_meta($getcomic3['id'], 'text')); ?> | ||
| 114 | </P> | ||
| 115 | <?php | ||
| 116 | |||
| 117 | } | ||
| 118 | ?> | ||
| 107 | 119 | ||
| 108 | <P> | 120 | <P> |
| 109 | pillowcase - the result of an obsession with cute, plush objects that talk nonsense | 121 | pillowcase - the result of an obsession with cute, plush objects that talk nonsense |
