[ic] Vertical Category List Question

Ed LaFrance edl at newmediaems.com
Thu Nov 13 08:35:39 EST 2003


At 09:46 AM 11/12/2003 -0800, you wrote:

>         ### NEW STUFF ###
>         ### set the CSS class to use....
>
>         if ( $base eq 'cat' ) {
>                 $link_css = 'barlink';
>         }
>         else {
>                 $link_css = 'grouplink';
>         }
>
>         my $tmpl = $record->{link_template}
>                         || $extra
>                         || $Variable->{BAR_LINK_TEMPLATE}
>                         || q{<A HREF="$URL$" class=barlink>$ANCHOR$</A>};

An important correction to my example from yesterday: the last line above 
should be:

                          || q{<A HREF="$URL$" class=$link_css>$ANCHOR$</A>};


- Ed L.


===============================================================
New Media E.M.S.              Technology Solutions for Business
11630 Fair Oaks Blvd., #250   eCommerce | Consulting | Hosting
Fair Oaks, CA  95628          edl at newmediaems.com
(916) 961-0446                http://www.newmediaems.com
(866) 519-4680 Toll-Free      (916) 961-0447 Fax
=============================================================== 



More information about the interchange-users mailing list