This topic contains 16 replies, has 6 voices, and was last updated by mikeho1980 17 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
test
That’s strange
I had to change like this to get it work:
if ($i == 0){
//Show the latest news
echo "<div class="ja-newscontent">n";
echo $image. "n";
echo "<a href="$link" class="ja-newstitle" title="".($showintro ? $row->title : $row->introtext1)."">{$row->title}</a>n";
if ($showintro){
if ($maxchars)
echo "{$row->introtext1}n";
else
echo "{$row->introtext}n". "<a href="$link" class="readon">"._READ_MORE."</a>";
}
This topic contains 16 replies, has 6 voices, and was last updated by mikeho1980 17 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum