Reputation: 1002
Do anyone know how to add into tt_news textual previous and next links the images (from news item)? Is it possible?
Best regards,
Adrian
Upvotes: 1
Views: 251
Reputation: 451
You could change the stdWrap of these links
plugin.tt_news {
displaySingle {
prevLink_stdWrap.wrap = |<img src="prev.jpg">
nextLink_stdWrap.wrap = |<img src="next.jpg">
}
}
Upvotes: 1