|
Nevermind... Incase anyone is wondering anyway
Find the following in showcat.php
$desc = un_htmlspecialchars(convert_markups($desc));
if ( strlen($desc) > 100 ) $desc = substr($desc,0,100) . " ... ";
Default it says 175 -- Mine now reads 100.
Hope this helps some one.
|