aboutsummaryrefslogtreecommitdiff
path: root/themes/default/index.php
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2013-08-19 09:41:19 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2013-08-19 09:41:19 -0400
commitc5eb569f5122d4140952bd5cc7ad4fdc5fbf8a23 (patch)
tree37024ec14fde9fef92eef8e9f997f72731e5155d /themes/default/index.php
parent41d7bde950d6166a6cc414a48d0fa57f3fd9a512 (diff)
parent50f14f6bee7e1efaac5971579fc2e76c728ecad6 (diff)
downloadbayonetcms-c5eb569f5122d4140952bd5cc7ad4fdc5fbf8a23.tar.gz
Merge pull request #3 from eoconnell/masterHEADmaster
Some more stuff
Diffstat (limited to 'themes/default/index.php')
-rw-r--r--themes/default/index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/default/index.php b/themes/default/index.php
index 3da1144..fc2137b 100644
--- a/themes/default/index.php
+++ b/themes/default/index.php
@@ -33,12 +33,12 @@ include self::$header;
<div class="container">
<!-- banner -->
- <div class="banner"><a href="index.php"><img src="<?php echo self::$image_path . '/logo.jpg'; ?>" alt="3rd Infantry Division - ArmAII Unit" /></a></div>
+ <div class="banner"><h1>Bayonet CMS</h1></div>
<!-- navigation -->
<div class="nav"><?php require_once self::$root_path . '/navigation.php'; ?></div>
<!-- content -->
-<table border="0" cellspacing="15px" cellpadding="0" class="main" width="100%">
+<table border="0" cellspacing="0px" cellpadding="0" class="main" width="100%">
<tr>
<td class="midcol">
<?php require_once 'modules.php'; ?>
@@ -46,7 +46,7 @@ include self::$header;
<!-- block area RIGHT -->
<?php if(!defined('BLOCK_RIGHT_DISABLE')): ?>
- <td class="rightcol">
+ <td class="rightcol" style="padding-left: 15px;">
<?php GetBlocks(BLOCK_RIGHT); ?>
</td>
<?php endif; ?>