I needed to change the block title of an article block from “News Latest” to “Latest News”. To do this, I opened “block_articles_latest.html” in the templates directory, and changed the line (pretty close to the top):
<table cellspacing=0 cellpadding=0 border=0><tr><td><div>{top_category_name} {LATEST_TITLE}</div></td></tr></table>
<table cellspacing=0 cellpadding=0 border=0><tr><td><div>{LATEST_TITLE} {top_category_name}</div></td></tr></table>
Advertisement