diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2013-08-19 09:41:19 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2013-08-19 09:41:19 -0400 |
commit | c5eb569f5122d4140952bd5cc7ad4fdc5fbf8a23 (patch) | |
tree | 37024ec14fde9fef92eef8e9f997f72731e5155d /modules/newsreel/index.php | |
parent | 41d7bde950d6166a6cc414a48d0fa57f3fd9a512 (diff) | |
parent | 50f14f6bee7e1efaac5971579fc2e76c728ecad6 (diff) | |
download | bayonetcms-c5eb569f5122d4140952bd5cc7ad4fdc5fbf8a23.tar.gz |
Some more stuff
Diffstat (limited to 'modules/newsreel/index.php')
-rw-r--r-- | modules/newsreel/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/newsreel/index.php b/modules/newsreel/index.php index d067295..9222dc2 100644 --- a/modules/newsreel/index.php +++ b/modules/newsreel/index.php @@ -117,7 +117,7 @@ window.onload = init_Slides; //starts the reels movement <a href="http://www.3rd-infantry-division.org/forums/index.php?board=13.0"><img src="modules/newsreel/slides/<?php echo $startSRC; ?>" name="myBanner" alt="newsreel" style="padding:0px;" /></a> </div> - <table border="0" cellspacing="0" cellpadding="0" style="height:21px;" width="100%"> + <table border="0" cellspacing="0" cellpadding="0" style="height:21px;" width="640px"> <tr> <?php $y=0; |