From 2de8a037e0934585f34ddd509d4b30535808a019 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Sat, 3 Jan 2009 21:38:42 -0500 Subject: Modified some image ALTs --- includes/bbcode.php | 6 +++--- theme/comments.tpl | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/includes/bbcode.php b/includes/bbcode.php index 5e29038..e586100 100755 --- a/includes/bbcode.php +++ b/includes/bbcode.php @@ -35,7 +35,7 @@ class BBCode $this->bbcodes['u'] = '{CONTENT}'; $this->bbcodes['url'] = '{CONTENT}'; $this->bbcodes2['url'] = '{CONTENT}'; - $this->bbcodes['img'] = '{CONTENT}'; + $this->bbcodes['img'] = 'Image'; $this->bbcodes2['img'] = '{PARAM}'; $this->bbcodes['big'] = '{CONTENT}'; $this->bbcodes['small'] = '{CONTENT}'; @@ -51,8 +51,8 @@ class BBCode $this->bbcodes2['bquote'] = '

{CONTENT}
{PARAM}
'; $this->bbcodes2['abbr'] = '{CONTENT}'; $this->bbcodes['hidden'] = '{CONTENT}'; - $this->bbcodes['thumb'] = '{CONTENT}'; - $this->bbcodes['thumb2'] = '{CONTENT}'; + $this->bbcodes['thumb'] = 'Image'; + $this->bbcodes['thumb2'] = 'Image'; $this->init = true; } diff --git a/theme/comments.tpl b/theme/comments.tpl index 2b9bc51..33a8bbc 100755 --- a/theme/comments.tpl +++ b/theme/comments.tpl @@ -6,7 +6,7 @@
- Gravatar +
-- cgit 1.4.1