aboutsummaryrefslogtreecommitdiff
path: root/modules/newsreel
diff options
context:
space:
mode:
authorjhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6>2009-12-28 12:12:53 -0500
committerjhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6>2009-12-28 12:12:53 -0500
commit6b07955476a9932b247df678ec19a6b0ddaf440d (patch)
treef8badab82ef54a74641cebc6bff043662f1184ca /modules/newsreel
parent5c0c6135a304fa13c5a26d8c2801dda5420316ad (diff)
downloadbayonetcms-6b07955476a9932b247df678ec19a6b0ddaf440d.tar.gz
(OC)
phased out BBCode() and added the extras to bbcode_format() condensed the style sheets. git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@406 c5b2fb0a-d05d-0410-98c8-828840a80ff6
Diffstat (limited to 'modules/newsreel')
-rw-r--r--modules/newsreel/index.php9
1 files changed, 2 insertions, 7 deletions
diff --git a/modules/newsreel/index.php b/modules/newsreel/index.php
index 70b9958..f45f2f5 100644
--- a/modules/newsreel/index.php
+++ b/modules/newsreel/index.php
@@ -1,4 +1,5 @@
<!-- START News Reel -->
+<link rel="stylesheet" type="text/css" href="modules/newsreel/style.css" media="screen"/>
<?php OpenContent(); ?>
<script type="text/javascript">
@@ -96,13 +97,7 @@ window.onload = init_Slides; //starts the reels movement
<table border="0" cellspacing="0" cellpadding="0" style="height:21px;" width="100%">
<tr>
<?php
-$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>';
- $y++;
- } */
+$y=0;
$result = $db->Query("SELECT * FROM `bayonet_newsreel` WHERE `visible`= 1 ORDER BY `weight` ASC LIMIT 0, 6");
$row = $db->Fetch($result);