Hi,
I would like to add some static text before the date string in my module however Im unsure where to add the code. See the attached example.
Regards
Rowan
http://img85.imageshack.us/img85/5904/closes.jpg
$news_title_content = '<div class="nspTitleTab"><div class="nspDate">' . $news_date . '</div><div class="nspTitle">'.$this->parent->content['title'][$i].'</div></div>';
$news_title_content = '<div class="nspTitleTab"><div class="nspDate">Closes ' . $news_date . '</div><div class="nspTitle">'.$this->parent->content['title'][$i].'</div></div>';