aboutsummaryrefslogtreecommitdiff
path: root/modules/newsreel
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 /modules/newsreel
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 'modules/newsreel')
-rw-r--r--modules/newsreel/index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/newsreel/index.php b/modules/newsreel/index.php
index f0b9d73..0a986c2 100644
--- a/modules/newsreel/index.php
+++ b/modules/newsreel/index.php
@@ -1,5 +1,5 @@
<!-- START News Reel -->
-<?php OpenTable(); ?>
+<?php OpenContent(); ?>
<script type="text/javascript">
var current = "0";
@@ -102,12 +102,12 @@ $y=0;
$get_slidenav = mysql_query("SELECT * FROM `bayonet_newsreel` WHERE `visible`= 1 ORDER BY `weight` ASC LIMIT 0, 6");
while($echo_slidenav = mysql_fetch_array($get_slidenav)){
- echo '<td id="'.$y.'" width="'.$width.'%" class="slidenav" onClick="nextSlide(this.id,true)" onmouseover="mouseOverBG(this.id)" onmouseout="mouseOutBG(this.id)">'.$echo_slidenav['title'].'</td>';
+ echo '<td id="'.$y.'" width="'.$width.'%" class="slidenav" onclick="nextSlide(this.id,true)" onmouseover="mouseOverBG(this.id)" onmouseout="mouseOutBG(this.id)">'.$echo_slidenav['title'].'</td>';
$y++;
}
?>
</tr>
</table>
</div></div>
-<?php CloseTable(); ?>
+<?php CloseContent(); ?>
<!-- END News Reel --> \ No newline at end of file