Pragmatism in Code
Michael Percy AKA DeeEmm - Waxing lyrical about life the universe and everything software related...
- Font size: Larger Smaller
- Hits: 2187
- 0 Comments
- Subscribe to this entry
- Bookmark
Dolphin - Open RSS links in same window
If you do not want a new window opening when you click on links in RSS feeds - such as the forum feed, you will need to do the following.
Edit
/inc/js/jquery.dolRSSFeed.js
find two instanced of
target="_blank"
replace them with
target="_top"
/DM