How can I change the article headers to be displayed with a h2 tag instead of the default h4 tag?
This would then align with how my articles are displayed if using the plain k2 category listing, and would be better for SEO.
if($config['news_header_link'] == 1)
return '<h4 class="nspHeader'.$class.'"><a href="'.$link.'" title="'.$news_title.'">'.$title.'</a></h4>';
else
return '<h4 class="nspHeader'.$class.'" title="'.$news_title.'">'.$title.'</h4>';