Subversion Repositories My Stuff

Rev

Rev 9 | Rev 12 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9 Rev 11
Line 181... Line 181...
181
181
182
       foreach($submit_array as $value ) {
182
       foreach($submit_array as $value ) {
183
183
184
          $print_url = str_replace("[thisurl]", $url, $url_array[$value]["url"]);
184
          $print_url = str_replace("[thisurl]", $url, $url_array[$value]["url"]);
185
          $print_url = str_replace("[title]", $curtitle, $print_url);
185
          $print_url = str_replace("[title]", $curtitle, $print_url);
186
          $result .= '<a href="'.$print_url.'" title="'.$url_array[$value]["title"].'" rel="nofollow"'.$target.'><img src="'.$img_dir.$url_array[$value]["image"].'" alt="'.$url_array[$value]["alt"].'" /></a> | ';
-
 
-
 
186
          $result .= '<a href="'.$print_url.'" title="'.$url_array[$value]["title"].'" rel="nofollow"'.$target.'><img src="'.$img_dir.$url_array[$value]["image"].'" alt="'.$url_array[$value]["alt"].'" class="social-img" /></a> | ';
187
187
188
       }
188
       }
189
189
190
    }
190
    }
191
191