| ... | ... |
@@ -129,7 +129,7 @@ foreach ($articles as $article ) {
|
| 129 | 129 |
$article_only = $temp; |
| 130 | 130 |
|
| 131 | 131 |
|
| 132 |
- $SEARCH='<div class="article_insert notice">'; |
|
| 132 |
+ $SEARCH='<div class="sharing-tools sharing-tools--align-center">'; |
|
| 133 | 133 |
$posend = strpos($article_only,$SEARCH); |
| 134 | 134 |
if($posend) {
|
| 135 | 135 |
$temp = substr( $article_only, 0, $posend ); |