diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2009-06-17 09:51:44 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2009-06-17 09:51:44 -0400 |
| commit | b5cb01b01ca2a9f648f0deff0221956b646f010a (patch) | |
| tree | 3f796e28ac57f24188c107feaba95a40a02f9d37 /pages/comic.php | |
| parent | e80e6024e4c13915dfde5a5b6a6397be45d34942 (diff) | |
| download | pillowcase-b5cb01b01ca2a9f648f0deff0221956b646f010a.tar.gz pillowcase-b5cb01b01ca2a9f648f0deff0221956b646f010a.tar.bz2 pillowcase-b5cb01b01ca2a9f648f0deff0221956b646f010a.zip | |
Added extra text meta
Diffstat (limited to 'pages/comic.php')
| -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 |
