5 * Install the panels tables
7 function panels_install() {
8 switch ($GLOBALS['dbtype']) {
14 create table
{panels_info
} (
15 did
int(10) not null default
0 primary
key,
25 create table
{panels_area
} (
26 did
int(10) not null default
0,
29 configuration longtext
,