diff options
author | jhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6> | 2009-12-24 16:39:09 -0500 |
---|---|---|
committer | jhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6> | 2009-12-24 16:39:09 -0500 |
commit | 44a18f3e13077138af782f96cffb39294bca6283 (patch) | |
tree | b273725cb63b4eb54725953997a3496a3e552bfe /admin/index.php | |
parent | c2f9018513eb8d61721382a18055bcded2ca7551 (diff) | |
download | bayonetcms-44a18f3e13077138af782f96cffb39294bca6283.tar.gz |
(OC) fixed some display stuff for the debug console
git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@398 c5b2fb0a-d05d-0410-98c8-828840a80ff6
Diffstat (limited to 'admin/index.php')
-rw-r--r-- | admin/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/index.php b/admin/index.php index feed2ca..fea8112 100644 --- a/admin/index.php +++ b/admin/index.php @@ -57,8 +57,8 @@ include 'header.php'; ?> <center> - <div class="content"> - + <div class="content"> + <table width="100%"> <tr> <td><a href="index.php"><img src="images/bayonet_logo.jpg" alt="bayonet online web admin" /></a></td> |