Page 1 of 1

Icons

Posted: Wed Feb 22, 2006 8:38 am
by mustis
How can I change the textlink for print and [more...] in the News module? I want buttons instead!

Re: Icons

Posted: Wed Feb 22, 2006 9:43 am
by cyberman
I think that's a feature request  :) ...

Re: Icons

Posted: Wed Feb 22, 2006 10:07 am
by mustis
Do you know whitch file to edit for translation?
Need it in Norwegian

Re: Icons

Posted: Tue Mar 07, 2006 1:00 am
by amygdela
You can easily edit your language file from the news module. just go to

modules/news/lang/ your language and open that file

find line

Code: Select all

$lang['print'] = 'Print'; 
Edit to:

Code: Select all

$lang['print'] = '<img src="images/print-article.jpg" alt="Print this article" title="Print this article" width="70" height="31" />';
Works perfect! :)