diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2009-02-21 18:05:42 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2009-02-21 18:05:42 -0500 |
commit | d0601a55010cd9fe2f2587ce157ce059e5da732e (patch) | |
tree | 6c56f73f6d2dfa1bbaab5c053321458014709377 /index.php | |
parent | 877fa5a38fefe2bdd0e00768b6ec4b52a81d7a69 (diff) | |
download | pillowcase-d0601a55010cd9fe2f2587ce157ce059e5da732e.tar.gz pillowcase-d0601a55010cd9fe2f2587ce157ce059e5da732e.tar.bz2 pillowcase-d0601a55010cd9fe2f2587ce157ce059e5da732e.zip |
Started admin panel
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 | ||