Closed (fixed)
Project:
Popups API (Ajax Dialogs) [D7]
Version:
6.x-1.1
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Jan 2009 at 09:50 UTC
Updated:
19 Jan 2009 at 17:40 UTC
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
Comment #1
Max_Headroom commentedComment #2
starbow commentedThanks. I have fixed this in HEAD.