Hi,
Can anyone explain why the link in the module "Konkurrencer" is not working.
www.fritidsmagasinet.dk
http://tinypic.com/r/jua2qa/6
// article text generator
function text($config, $news_id, $news_cid, $news_text, $news_readmore) {
if($config['news_content_text_pos'] != 'disabled') {
if($config['clean_xhtml'] == 1) $news_text = strip_tags($news_text);
// article text generator
function text($config, $news_id, $news_cid, $news_text, $news_readmore) {
if($config['news_content_text_pos'] != 'disabled') {
if($config['clean_xhtml'] == 1) $news_text = strip_tags($news_text,'<a>');