Show
Ignore:
Timestamp:
12/30/07 14:24:02 (5 years ago)
Author:
d0nut
Message:

added classes to the links (for identifying them as external)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bbcode.google/files/lib/data/message/bbcode/GoogleBBCode.class.php

    r119 r151  
    3535 
    3636                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>'; 
    3838                } 
    3939                else if ($parser->getOutputType() == 'text/plain') {