Skip to content

Commit 8ac00a4

Browse files
committed
anonymize icon href
1 parent 0614085 commit 8ac00a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/item.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<?PHP echo $this->item['unread']==1 ? 'unread' : ''; ?>">
1919

2020
<!-- icon -->
21-
<a href="<?PHP echo $this->item['link']; ?>" class="entry-icon">
21+
<a href="<?PHP echo trim(\F3::get('anonymizer')) . $this->item['link']; ?>" class="entry-icon">
2222
<?PHP if(strlen(trim($this->item['icon']))>0 && $this->item['icon']!="0") : ?>
2323
<img src="<?PHP echo 'favicons/'.$this->item['icon']; ?>" alt="<?PHP echo $sourcetitle ?>" />
2424
<?PHP endif; ?>

0 commit comments

Comments
 (0)