aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorjhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6>2009-12-26 15:02:05 -0500
committerjhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6>2009-12-26 15:02:05 -0500
commit07253dc75c69cf585ad39a218f3f2cf97b773987 (patch)
treedcb152c85daa4d3d96fb86ac9e6798c40ffeb6cb /index.php
parent512e7ab3acb0fd0463d680eb9fea286f15e4864d (diff)
downloadbayonetcms-07253dc75c69cf585ad39a218f3f2cf97b773987.tar.gz
commit before joe fucks shit
git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@401 c5b2fb0a-d05d-0410-98c8-828840a80ff6
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index 4f6d84b..e2d34ed 100644
--- a/index.php
+++ b/index.php
@@ -38,13 +38,13 @@ include 'header.php';
<div class="banner"><a href="index.php"><img src="images/logo.jpg" alt="3rd Infantry Division - ArmAII Unit" /></a></div>
<!-- navigation -->
- <div class="nav"><?php require 'navigation.php'; ?></div>
+ <div class="nav"><?php require_once 'navigation.php'; ?></div>
<!-- content -->
<table border="0" cellspacing="10px" cellpadding="0" class="main" width="100%">
<tr>
<td class="leftcol">
- <?php require 'modules.php'; ?>
+ <?php require_once 'modules.php'; ?>
</td>
<!-- block area RIGHT -->