Page 1 of 1

News module. Where can I change the Print link?

Posted: Tue Nov 06, 2007 7:21 am
by sarah_h
Hi all,

I've had a look over the documentation for the news module and I can see how to change the 'more...' link but where could I find the 'Print' link. I need to remove the capitalization.

Thanks

Rob

Re: News module. Where can I change the Print link?

Posted: Tue Nov 06, 2007 7:34 am
by RonnyK
Rob,

that is being called from the detail-template within Content -> News:

{$entry->printlink}
Ronny

Re: News module. Where can I change the Print link?

Posted: Tue Nov 06, 2007 7:36 am
by cyberman
Change your lang file, line 142 :).

Re: News module. Where can I change the Print link?

Posted: Tue Nov 06, 2007 7:45 am
by Rob_H
Yep, got it! Thanks for the heads up.

Re: News module. Where can I change the Print link?

Posted: Tue Nov 06, 2007 7:48 am
by RonnyK
Rob,

be aware that a lang-file is overwritten in an upgrade!

Ronny