[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Re: [mv] Include
****** message to minivend-users from zb <zb@bisp.com> ******
find following in yourminivendroot/lib/Vend/Parse.pm
include => sub {
&Vend::I
nterpolate::interpolate_html(
&Vend::Util::readfile
($_[0], $Global::NoAbsolute)
);
change it to something like following:
include => sub {
my $filename=&Vend::Interpolate::interpolate_html($_[0]);
&Vend::I
nterpolate::interpolate_html(
&Vend::Util::readfile
($filename, $Global::NoAbsolute)
);
hope this helpful
zb
KEVIN LYONS wrote:
>
> ****** message to minivend-users from "KEVIN LYONS" <kclyons@silvernet.net> ******
>
> Trying to use include with a variable, [include [scratch test]]
> any ideas? Thanks
>
> Kevin Lyons
> kclyons@silvernet.net
>
> -
> To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
> email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
> Archive of past messages: http://www.minivend.com/minivend/minivend-list
-
To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
Archive of past messages: http://www.minivend.com/minivend/minivend-list
- References:
- Include
- From: "KEVIN LYONS" <kclyons@silvernet.net>