Icons
Posted: Wed Feb 22, 2006 8:38 am
How can I change the textlink for print and [more...] in the News module? I want buttons instead!
Content management as it is meant to be
https://forum.cmsmadesimple.org/
Code: Select all
$lang['print'] = 'Print';
Code: Select all
$lang['print'] = '<img src="images/print-article.jpg" alt="Print this article" title="Print this article" width="70" height="31" />';