Changing Joomla "Read more.." text Print

  • 0


The Define _READ_MORE you will found it in the language file of your site!
Open the file yoursite/language/english.php and change the value of the _READ_MORE!

Code:
DEFINE('_READ_MORE','Read more...');

Was this answer helpful?

« Back