[thelist] PHP question

Matt Warden mwarden at gmail.com
Thu Mar 22 14:07:49 CDT 2007


On 3/22/07, Tom Dell'Aringa <pixelmech at gmail.com> wrote:
> I think the pertinent code is the following:
>
> if (isset($link['href'])) {
>         $output .= l($link['title'], $link['href'], $link['attributes'],
> $link['query'], $link['fragment'], FALSE, $html);
>       }
>
> Since the HTML is not exposed here I can't move stuff around. My PHP is
> rusty beyond compare. Is there some way I can rebuild this $output to
> arrange it the way I want?
>
> Thanks, please copy me at pixelmech at gee mail if you don't mind with
> answers :)

Can you provide the definition of the l() function, please?

Also, what is the content of $html in the above code?

-- 
Matt Warden
Cleveland, OH, USA
http://mattwarden.com


This email proudly and graciously contributes to entropy.



More information about the thelist mailing list