kornikopic
Admin
 Admin
| Posts: 647 |   | Karma: 10
|
Re:Read more... entry is always in English - 2008/07/03 23:56
Hello,
I found the file to edit.
Go the directory : <joomla_15x>/plugins/acajoom, Open the file acajoombot.php
Find the line 142 :
| Code: | $html = str_replace($content_item[0], '<div class="contentpaneopen_nws"><span class="contentheading_nws">' . $replacement->title . '</span>' . "\r\n" . $author . '<br />' . $replacement->introtext . '<br />' . "\r\n" . '<a href="' . $link . '"><span class="readon_nws">' . JText::_('Read more') . '</span></a>' . "\r\n".'</div>', $html);
|
Replace the 'Read more' by your own language.
It should solve your problem.
*** Please, read our official documentation before posting. Thank you ***
Best regards, Jonathan |
|
|
| | To post on the forum you need to sign in. |