[solved] entire news summary as a link (to the detail of news) ?
Posted: Tue Oct 23, 2007 7:29 pm
Hi,
is it possible to set a global a href like this ?
The idea is to have an alternative to the "moretext".
Thx.
is it possible to set a global a href like this ?
Code: Select all
<div class="NewsSummarySummary">
<a href={$entry->morelink}> //this did not work :(
{eval var=$entry->summary}
</a>
</div>
Thx.