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 /includes | |
parent | 1d651810b2636e5c4b42dce13b3d46831a08c8ac (diff) | |
download | fourisland-ebd72beb7ea2feb7f04b49d7ae1b17ad591d6365.tar.gz fourisland-ebd72beb7ea2feb7f04b49d7ae1b17ad591d6365.tar.bz2 fourisland-ebd72beb7ea2feb7f04b49d7ae1b17ad591d6365.zip |
Added [audio]
Diffstat (limited to 'includes')
-rwxr-xr-x | includes/bbcode.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/bbcode.php b/includes/bbcode.php index 8f4f0e0..67f5eda 100755 --- a/includes/bbcode.php +++ b/includes/bbcode.php | |||
@@ -58,6 +58,7 @@ class BBCode | |||
58 | $this->bbcodes['thumb2'] = '<a href="/images/{CONTENT}"><img src="http://fourisland.com/thumb.php?file=images/{CONTENT}&mode=scale&by=260&side=0" align="right" alt="Image" /></a>'; | 58 | $this->bbcodes['thumb2'] = '<a href="/images/{CONTENT}"><img src="http://fourisland.com/thumb.php?file=images/{CONTENT}&mode=scale&by=260&side=0" align="right" alt="Image" /></a>'; |
59 | $this->bbcodes['project'] = '<a href="http://projects.fourisland.com/projects/show/{CONTENT}">{CONTENT}</a>'; | 59 | $this->bbcodes['project'] = '<a href="http://projects.fourisland.com/projects/show/{CONTENT}">{CONTENT}</a>'; |
60 | $this->bbcodes['hr'] = '<hr size="2" color="black" />'; | 60 | $this->bbcodes['hr'] = '<hr size="2" color="black" />'; |
61 | $this->bbcodes2['audio'] = '<p id="audioplayer_{CONTENT}">{CONTENT}</p><script>AudioPlayer.embed("audioplayer_{CONTENT}", {soundFile: "{PARAM}", titles: "{CONTENT}"});</script>'; | ||
61 | 62 | ||
62 | $this->init = true; | 63 | $this->init = true; |
63 | } | 64 | } |