diff options
Diffstat (limited to 'theme/layouts/7')
| -rwxr-xr-x | theme/layouts/7/layout.tpl | 7 |
1 files changed, 7 insertions, 0 deletions
| 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-->"> |
