/ Published in: PHP
URL: http://thaider.info
Magento Helper for Truncate text
Expand |
Embed | Plain Text
<?php $this->helper('core/string')->truncate($mystring,200); ?> <?php $this->helper('core/string')->truncate($mystring,200,'...more', $_remainder, true); ?>
You need to login to post a comment.
