I would like to remove the "read more" text in this module
http://cool-o-mat.com/zentrum/cms/
I found this code in mod_image_show_gk4/styles/gk_musicstate/view.php
- Code: Select all
<a href="<?php echo $link; ?>"><?php echo JText::_('MOD_IMAGE_SHOW_MUSIC_STATE_READMORE'); ?></a>
But removing this leads to losing the navigation-links at the right side, too.
Any suggestions, how I can get rid of the "read more" only?"
Thank you very much for your support!