- Timestamp:
- 12/30/07 14:24:02 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
bbcode.google/files/lib/data/message/bbcode/GoogleBBCode.class.php
r119 r151 35 35 36 36 if ($parser->getOutputType() == 'text/html') { 37 return '<a href="'.$url.'" style="background-image:url(\''.RELATIVE_WCF_DIR.'icon/wysiwyg/googleS.png\');background-repeat:no-repeat;background-position:left;padding-left:25px">'.$text.'</a>';37 return '<a href="'.$url.'" class="google" style="background-image:url(\''.RELATIVE_WCF_DIR.'icon/wysiwyg/googleS.png\');background-repeat:no-repeat;background-position:left;padding-left:25px">'.$text.'</a>'; 38 38 } 39 39 else if ($parser->getOutputType() == 'text/plain') {
