File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/components/com_weblinks/tmpl Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 130130 case 1 :
131131 // Open in a new window
132132 echo '<a href=" ' . $ link . '" target="_blank" class=" ' . $ menuclass . '"
133- rel=" ' . $ item ->params ->get ('follow ' , 'follow ' ) . '"> '
133+ rel=" ' . $ item ->params ->get ('follow ' , 'nofollow ' ) . '"> '
134134 . $ this ->escape ($ item ->title ) . '</a> ' ;
135135
136136 break ;
159159 default :
160160 // Open in parent window
161161 echo '<a href=" ' . $ link . '" target="_blank" class=" ' . $ menuclass . '"
162- rel=" ' . $ item ->params ->get ('follow ' , 'follow ' ) . '"> '
162+ rel=" ' . $ item ->params ->get ('follow ' , 'nofollow ' ) . '"> '
163163 . $ this ->escape ($ item ->title ) . '</a> ' ;
164164
165165 break ;
Original file line number Diff line number Diff line change 5151
5252 <div itemprop="articleBody">
5353 <div class="p-3">
54- <a href="<?php echo $ weblinkUrl ; ?> " target="_blank" rel="<?php echo $ this ->params ->get ('follow ' , 'follow ' ); ?> " itemprop="url">
54+ <a href="<?php echo $ weblinkUrl ; ?> " target="_blank" rel="<?php echo $ this ->params ->get ('follow ' , 'nofollow ' ); ?> " itemprop="url">
5555 <?php echo $ weblinkUrl ; ?>
5656 </a>
5757 </div>
You can’t perform that action at this time.
0 commit comments