aboutsummaryrefslogtreecommitdiff
path: root/modules/cu3er/index.php
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2011-04-17 20:13:07 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2011-04-17 20:13:07 -0400
commit0077cb99704fe863cf731fc5cab792af2ede96c2 (patch)
treedd68f44971aa2aee821f588d33b250dcd2fe57e3 /modules/cu3er/index.php
parente8b28c5e910d92cbec3d4baa6e98f025e8418d28 (diff)
downloadbayonetcms-0077cb99704fe863cf731fc5cab792af2ede96c2.tar.gz
Backporting retarded amount of changes outside of version control
Diffstat (limited to 'modules/cu3er/index.php')
-rw-r--r--modules/cu3er/index.php35
1 files changed, 35 insertions, 0 deletions
diff --git a/modules/cu3er/index.php b/modules/cu3er/index.php
new file mode 100644
index 0000000..0e5202d
--- /dev/null
+++ b/modules/cu3er/index.php
@@ -0,0 +1,35 @@
+<?php OpenContent(); ?>
+<!-- STEP ONE: insert path to SWFObject JavaScript -->
+<script type="text/javascript" src="modules/cu3er/js/swfobject/swfobject.js"></script>
+
+<!-- STEP TWO: configure SWFObject JavaScript and embed CU3ER slider -->
+<script type="text/javascript">
+ var flashvars = {};
+ flashvars.xml = "modules/cu3er/config2.xml";
+ flashvars.font = "font.swf";
+ var attributes = {};
+ attributes.wmode = "transparent";
+ attributes.id = "slider";
+ swfobject.embedSWF("modules/cu3er/cu3er.swf", "cu3er-container", "640", "320", "9", "modules/cu3er/js/swfobject/expressInstall.swf", flashvars, attributes);
+</script>
+<style type="text/css">
+<!--
+#cu3er-container {width:640px; outline:0;}
+-->
+</style>
+
+<!-- STEP THREE: insert CU3ER div container -->
+<div id="cu3er-container" style="background-color:black;">
+ <a href="http://www.adobe.com/go/getflashplayer">
+ <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
+ </a>
+</div>
+<?php CloseContent(); ?>
+
+<?//php include'cuber.html';
+
+/* <description>
+ <link target="_blank">http://www.3rd-infantry-division.org/forums/index.php?board=13.0</link>
+ <heading>Enlist Today!</heading>
+ <paragraph>Some text.</paragraph>
+ </description> */ \ No newline at end of file