Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Re: [carminejg3] making short descriptions for category global

Quote Reply
Re: [carminejg3] making short descriptions for category global In reply to
Just try this

sub {
my($str,$len)=@_;
return substr($str,0,$len);
}

Usage:

<%short_desc($Description,100)%>

Cheers,

Cheers,

Dat

Programming and creating plugins and templates
Blog
Subject Author Views Date
Thread making short descriptions for category global carminejg3 2885 Jun 15, 2006, 8:36 PM
Thread Re: [carminejg3] making short descriptions for category global
VishalT 2797 Jun 15, 2006, 8:49 PM
Thread Re: [SWDevil.Com] making short descriptions for category global
carminejg3 2776 Jun 15, 2006, 8:58 PM
Post Re: [carminejg3] making short descriptions for category global
tandat 2789 Jun 16, 2006, 1:07 AM