Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $output .= '<'. $heading_selector .' class="entry-title"><a href="' . $item->link . '">' . $item->title . '</a></'. $heading_selector .'>';
- to
- $output .= '<'. $heading_selector .' class="entry-title"><a href="' . $item->link . '">' . JHtml::_('string.truncate', strip_tags($item->title), 50) . '</a></'. $heading_selector .'>';
Advertisement
Add Comment
Please, Sign In to add comment