diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2010-07-08 09:24:56 +1000 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2010-07-08 09:24:56 +1000 |
commit | 0ca630ea6ce8c6e5853bb88cb0e4b6ba2e6da86b (patch) | |
tree | 7aed26c1e85cfa877344696198ad2523c33cb1bf /theme | |
parent | 128676b247ac30d3513ad3d426da685c7a55eadc (diff) | |
download | fourisland-0ca630ea6ce8c6e5853bb88cb0e4b6ba2e6da86b.tar.gz fourisland-0ca630ea6ce8c6e5853bb88cb0e4b6ba2e6da86b.tar.bz2 fourisland-0ca630ea6ce8c6e5853bb88cb0e4b6ba2e6da86b.zip |
Installed Tweetboard
Diffstat (limited to 'theme')
-rwxr-xr-x | theme/layouts/4.5/layout.tpl | 9 | ||||
-rwxr-xr-x | theme/layouts/6.2/layout.tpl | 9 | ||||
-rwxr-xr-x | theme/layouts/7/layout.tpl | 9 |
3 files changed, 27 insertions, 0 deletions
diff --git a/theme/layouts/4.5/layout.tpl b/theme/layouts/4.5/layout.tpl index 58f1a39..ada39b9 100755 --- a/theme/layouts/4.5/layout.tpl +++ b/theme/layouts/4.5/layout.tpl | |||
@@ -279,6 +279,15 @@ AudioPlayer.setup("http://fourisland.com/theme/js/audio-player/player.swf", { | |||
279 | </DIV> | 279 | </DIV> |
280 | </DIV> | 280 | </DIV> |
281 | 281 | ||
282 | <script type="text/javascript"> | ||
283 | var _tbdef = {user: 'starla4444'}; | ||
284 | (function(){ | ||
285 | var d = document;var tbjs = d.createElement('script'); tbjs.type = 'text/javascript'; | ||
286 | tbjs.async = true; tbjs.src = 'http://tweetboard.com/tb.js'; var tbel = d.getElementsByTagName('head')[0]; | ||
287 | if(!tbel) tbel = d.getElementsByTagName('head')[0]; tbel.appendChild(tbjs); | ||
288 | })(); | ||
289 | </script> | ||
290 | |||
282 | <!--Google Analytics--> | 291 | <!--Google Analytics--> |
283 | <script type="text/javascript"> | 292 | <script type="text/javascript"> |
284 | var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); | 293 | var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); |
diff --git a/theme/layouts/6.2/layout.tpl b/theme/layouts/6.2/layout.tpl index 90a739b..6f91eab 100755 --- a/theme/layouts/6.2/layout.tpl +++ b/theme/layouts/6.2/layout.tpl | |||
@@ -337,6 +337,15 @@ AudioPlayer.setup("http://fourisland.com/theme/js/audio-player/player.swf", { | |||
337 | </DIV> | 337 | </DIV> |
338 | </DIV> | 338 | </DIV> |
339 | 339 | ||
340 | <script type="text/javascript"> | ||
341 | var _tbdef = {user: 'starla4444'}; | ||
342 | (function(){ | ||
343 | var d = document;var tbjs = d.createElement('script'); tbjs.type = 'text/javascript'; | ||
344 | tbjs.async = true; tbjs.src = 'http://tweetboard.com/tb.js'; var tbel = d.getElementsByTagName('head')[0]; | ||
345 | if(!tbel) tbel = d.getElementsByTagName('head')[0]; tbel.appendChild(tbjs); | ||
346 | })(); | ||
347 | </script> | ||
348 | |||
340 | <!--Google Analytics--> | 349 | <!--Google Analytics--> |
341 | <script type="text/javascript"> | 350 | <script type="text/javascript"> |
342 | var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); | 351 | var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); |
diff --git a/theme/layouts/7/layout.tpl b/theme/layouts/7/layout.tpl index 8f58b16..25489d7 100755 --- a/theme/layouts/7/layout.tpl +++ b/theme/layouts/7/layout.tpl | |||
@@ -247,6 +247,15 @@ AudioPlayer.setup("http://fourisland.com/theme/js/audio-player/player.swf", { | |||
247 | </p> | 247 | </p> |
248 | </div> | 248 | </div> |
249 | 249 | ||
250 | <script type="text/javascript"> | ||
251 | var _tbdef = {user: 'starla4444'}; | ||
252 | (function(){ | ||
253 | var d = document;var tbjs = d.createElement('script'); tbjs.type = 'text/javascript'; | ||
254 | tbjs.async = true; tbjs.src = 'http://tweetboard.com/tb.js'; var tbel = d.getElementsByTagName('head')[0]; | ||
255 | if(!tbel) tbel = d.getElementsByTagName('head')[0]; tbel.appendChild(tbjs); | ||
256 | })(); | ||
257 | </script> | ||
258 | |||
250 | <!--Google Analytics--> | 259 | <!--Google Analytics--> |
251 | <script type="text/javascript"> | 260 | <script type="text/javascript"> |
252 | var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); | 261 | var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); |