diff options
| author | Starla Insigna <hatkirby@fourisland.com> | 2010-05-22 16:06:15 -0400 |
|---|---|---|
| committer | Starla Insigna <hatkirby@fourisland.com> | 2010-05-22 16:06:15 -0400 |
| commit | ebd72beb7ea2feb7f04b49d7ae1b17ad591d6365 (patch) | |
| tree | 22b3468bd06ed9ca9ac0472ca26c948e25a99510 /theme/layouts | |
| parent | 1d651810b2636e5c4b42dce13b3d46831a08c8ac (diff) | |
| download | fourisland-ebd72beb7ea2feb7f04b49d7ae1b17ad591d6365.tar.gz fourisland-ebd72beb7ea2feb7f04b49d7ae1b17ad591d6365.tar.bz2 fourisland-ebd72beb7ea2feb7f04b49d7ae1b17ad591d6365.zip | |
Added [audio]
Diffstat (limited to 'theme/layouts')
| -rwxr-xr-x | theme/layouts/4.5/layout.tpl | 7 | ||||
| -rwxr-xr-x | theme/layouts/6.2/layout.tpl | 7 | ||||
| -rwxr-xr-x | theme/layouts/7/layout.tpl | 7 | ||||
| -rw-r--r-- | theme/layouts/subtle/layout.tpl | 7 |
4 files changed, 28 insertions, 0 deletions
| diff --git a/theme/layouts/4.5/layout.tpl b/theme/layouts/4.5/layout.tpl index ea5884e..693a286 100755 --- a/theme/layouts/4.5/layout.tpl +++ b/theme/layouts/4.5/layout.tpl | |||
| @@ -11,6 +11,13 @@ | |||
| 11 | <LINK REL="icon" HREF="/images/kirbyfolder.ico" /> | 11 | <LINK REL="icon" HREF="/images/kirbyfolder.ico" /> |
| 12 | <LINK REL="pingback" HREF="http://fourisland.com/xmlrpc.php" /> | 12 | <LINK REL="pingback" HREF="http://fourisland.com/xmlrpc.php" /> |
| 13 | <SCRIPT TYPE="text/javascript" SRC="/theme/js/jquery.js"></SCRIPT> | 13 | <SCRIPT TYPE="text/javascript" SRC="/theme/js/jquery.js"></SCRIPT> |
| 14 | <script type="text/javascript" src="/theme/js/audio-player/audio-player.js"></script> | ||
| 15 | <script type="text/javascript"> | ||
| 16 | AudioPlayer.setup("http://dev.fourisland.com/theme/js/audio-player/player.swf", { | ||
| 17 | width: 290, | ||
| 18 | transparentpagebg: "yes" | ||
| 19 | }); | ||
| 20 | </script> | ||
| 14 | 21 | ||
| 15 | <!--HEADTAGS--> | 22 | <!--HEADTAGS--> |
| 16 | </HEAD> | 23 | </HEAD> |
| diff --git a/theme/layouts/6.2/layout.tpl b/theme/layouts/6.2/layout.tpl index 0f0d586..7b52d3f 100755 --- a/theme/layouts/6.2/layout.tpl +++ b/theme/layouts/6.2/layout.tpl | |||
| @@ -14,6 +14,13 @@ | |||
| 14 | <LINK REL="icon" HREF="/images/kirbyfolder.ico"> | 14 | <LINK REL="icon" HREF="/images/kirbyfolder.ico"> |
| 15 | <LINK REL="pingback" HREF="http://fourisland.com/xmlrpc.php"> | 15 | <LINK REL="pingback" HREF="http://fourisland.com/xmlrpc.php"> |
| 16 | <SCRIPT TYPE="text/javascript" SRC="/theme/js/jquery.js"></SCRIPT> | 16 | <SCRIPT TYPE="text/javascript" SRC="/theme/js/jquery.js"></SCRIPT> |
| 17 | <script type="text/javascript" src="/theme/js/audio-player/audio-player.js"></script> | ||
| 18 | <script type="text/javascript"> | ||
| 19 | AudioPlayer.setup("http://dev.fourisland.com/theme/js/audio-player/player.swf", { | ||
| 20 | width: 290, | ||
| 21 | transparentpagebg: "yes" | ||
| 22 | }); | ||
| 23 | </script> | ||
| 17 | 24 | ||
| 18 | <!--HEADTAGS--> | 25 | <!--HEADTAGS--> |
| 19 | </HEAD> | 26 | </HEAD> |
| diff --git a/theme/layouts/7/layout.tpl b/theme/layouts/7/layout.tpl index f7d9501..c9c20f2 100755 --- a/theme/layouts/7/layout.tpl +++ b/theme/layouts/7/layout.tpl | |||
| @@ -13,6 +13,13 @@ | |||
| 13 | <link rel="icon" href="/images/kirbyfolder.ico" /> | 13 | <link rel="icon" href="/images/kirbyfolder.ico" /> |
| 14 | <link rel="pingback" href="http://fourisland.com/xmlrpc.php" /> | 14 | <link rel="pingback" href="http://fourisland.com/xmlrpc.php" /> |
| 15 | <script type="text/javascript" src="/theme/js/jquery.js"></script> | 15 | <script type="text/javascript" src="/theme/js/jquery.js"></script> |
| 16 | <script type="text/javascript" src="/theme/js/audio-player/audio-player.js"></script> | ||
| 17 | <script type="text/javascript"> | ||
| 18 | AudioPlayer.setup("http://dev.fourisland.com/theme/js/audio-player/player.swf", { | ||
| 19 | width: 290, | ||
| 20 | transparentpagebg: "yes" | ||
| 21 | }); | ||
| 22 | </script> | ||
| 16 | </head> | 23 | </head> |
| 17 | 24 | ||
| 18 | <body id="<!--CATEGORY-->"> | 25 | <body id="<!--CATEGORY-->"> |
| diff --git a/theme/layouts/subtle/layout.tpl b/theme/layouts/subtle/layout.tpl index e23bb8d..9dbb6ca 100644 --- a/theme/layouts/subtle/layout.tpl +++ b/theme/layouts/subtle/layout.tpl | |||
| @@ -14,6 +14,13 @@ | |||
| 14 | <link rel="icon" href="/images/kirbyfolder.ico" /> | 14 | <link rel="icon" href="/images/kirbyfolder.ico" /> |
| 15 | <link rel="pingback" href="http://fourisland.com/xmlrpc.php" /> | 15 | <link rel="pingback" href="http://fourisland.com/xmlrpc.php" /> |
| 16 | <script type="text/javascript" src="/theme/js/jquery.js"></script> | 16 | <script type="text/javascript" src="/theme/js/jquery.js"></script> |
| 17 | <script type="text/javascript" src="/theme/js/audio-player/audio-player.js"></script> | ||
| 18 | <script type="text/javascript"> | ||
| 19 | AudioPlayer.setup("http://dev.fourisland.com/theme/js/audio-player/player.swf", { | ||
| 20 | width: 290, | ||
| 21 | transparentpagebg: "yes" | ||
| 22 | }); | ||
| 23 | </script> | ||
| 17 | </head> | 24 | </head> |
| 18 | 25 | ||
| 19 | <body id="<!--CATEGORY-->"> | 26 | <body id="<!--CATEGORY-->"> |
