Icons

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
mustis

Icons

Post by mustis »

How can I change the textlink for print and [more...] in the News module? I want buttons instead!
cyberman

Re: Icons

Post by cyberman »

I think that's a feature request  :) ...
mustis

Re: Icons

Post by mustis »

Do you know whitch file to edit for translation?
Need it in Norwegian
amygdela

Re: Icons

Post 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! :)
Locked

Return to “Layout and Design (CSS & HTML)”