I get an error if I use this example in install.txt:

line 55:     $output .= l("Pop up entire local page.", 'popups/test/response', array('attributes'=>array(array('class' => 'popups'))));

Seems like there is one array to many. This works:

    $output .= l("Pop up entire local page.", 'popups/test/response', array('attributes'=>array('class' => 'popups')));

Don't know if it was reported. Thanks for this module. I'm going to use it a lot :)

Comments

Max_Headroom’s picture

Version: 6.x-1.1-rc8 » 6.x-1.1
starbow’s picture

Status: Active » Fixed

Thanks. I have fixed this in HEAD.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.