Hi I have a question regarding the parameters when I use joomla articles.
I have this set up - which works ok.
{arimoonewsticker height="450" width="700" itemWidth="600"
itemPerPage="2" delay="60000" useJoomlaArticle="true" articleSortField="ordering"
articleCatId="8"}
{ariarticletemplate}
{$title}
{$introtext}
{/ariarticletemplate}
{/arimoonewsticker}
Where the $title is I want the title with a link to the article in question.
eg
[code]
<a href="
link to the article">$title</a>
So that the user can click on the title and joomla will forward them to the properly formatted - full page article.
How would I code that in the above example ?