How can I delete the colon : a t the end of the news scroll highlighter?
Example:
Website: www.azharacademybolton.org
moghees wrote:How can I delete the colon : a t the end of the news scroll highlighter?
Example:
Website: http://www.azharacademybolton.org
$news_content .= ': '; }
$news_content .= '... '; }
trichter wrote:Sorry, my english is horrible...
my solution:
Please edit the File helper.php in /modules/mod_highlighter_gk4/
find
- Code: Select all
$news_content .= ': '; }
hint: (in Dreamweaver line 141)
and replace with what ever you want or clean this string... (in this example i use "..." with spaces
- Code: Select all
$news_content .= '... '; }
i hope, that help!
cheers Thomas