We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0614085 commit 8ac00a4Copy full SHA for 8ac00a4
templates/item.phtml
@@ -18,7 +18,7 @@
18
<?PHP echo $this->item['unread']==1 ? 'unread' : ''; ?>">
19
20
<!-- icon -->
21
- <a href="<?PHP echo $this->item['link']; ?>" class="entry-icon">
+ <a href="<?PHP echo trim(\F3::get('anonymizer')) . $this->item['link']; ?>" class="entry-icon">
22
<?PHP if(strlen(trim($this->item['icon']))>0 && $this->item['icon']!="0") : ?>
23
<img src="<?PHP echo 'favicons/'.$this->item['icon']; ?>" alt="<?PHP echo $sourcetitle ?>" />
24
<?PHP endif; ?>
0 commit comments