diff options
author | jhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6> | 2010-01-03 23:54:14 -0500 |
---|---|---|
committer | jhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6> | 2010-01-03 23:54:14 -0500 |
commit | 9d4fa2963b1059fed54aaeae583bf02a30c42239 (patch) | |
tree | 5bc96becffcda48318c932ece289ec358dc84691 /index.php | |
parent | b63430eba1943d1732634df88884e8d7c4b2b1fb (diff) | |
download | bayonetcms-9d4fa2963b1059fed54aaeae583bf02a30c42239.tar.gz |
Fixed SVN maybe.
git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@448 c5b2fb0a-d05d-0410-98c8-828840a80ff6
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 15 |
1 files changed, 12 insertions, 3 deletions
@@ -35,7 +35,8 @@ include 'header.php'; <div class="container"> <!-- banner --> -<div class="banner"><a href="index.php"><img src="images/logo.jpg" alt="3rd Infantry Division - ArmAII Unit" /></a></div> +<!-- <div class="banner"><a href="index.php"><img src="images/logo.jpg" alt="3rd Infantry Division - ArmAII Unit" /></a></div> --> +<div class="banner"><a href="index.php"><img src="images/3rdidtext.png" alt="3rd Infantry Division - ArmAII Unit" /></a></div> <!-- navigation --> <div class="nav"><?php require_once 'navigation.php'; ?></div> @@ -43,7 +44,15 @@ include 'header.php'; <!-- content --> <table border="0" cellspacing="10px" cellpadding="0" class="main" width="100%"> <tr> - <td class="leftcol"> + + <!-- block area LEFT --> + <?php //if(!defined('BLOCK_LEFT_DISABLE')): ?> + <td class="leftcol"> + <?php GetBlocks(BLOCK_LEFT); ?> + </td> + <?php //endif; ?> + + <td class="midcol"> <?php require_once 'modules.php'; ?> </td> @@ -53,7 +62,7 @@ include 'header.php'; <?php GetBlocks(BLOCK_RIGHT); ?> </td> <?php endif; ?> - + </tr> </table> |