'; print_r($_SESSION); echo''; */ $db_conn = &db_conn(2); $_SESSION['baseurl'] = $baseurl; if ($use_pathvars) { // Create instance of PathVars $pathVars=new PathVars($baseurl); $thread_id = clean($pathVars->fetchByIndex(0), 6); } // about apple homes grp_id (set above) = 2 $cnt1 = &new nw_content(array('grp_id'=>$grp_id, 'show_edit'=>(SHOW_EDIT===1?1:0), 'thread_id'=>$thread_id, 'baseurl' => $baseurl, 'db_conn'=>$db_conn, 'use_get_vars_x'=>$use_get_vars_x)); $title = $cnt1->get_group_title(); if (!$pg_title) {$pg_title = $title;} if (IS_ADM_PG === 1) { $tmpl1arr['css'][] = '/s/moveit.css'; $tmpl1arr['css'][] = '/s/adm.css'; } $tmpl1arr['css'][] = '/s/atomic.css'; $tmpl1arr['css'][] = '/s/th.css'; $tmpl1arr['css'][] = '/s/form.css'; tmpl1($pg_title, $tmpl1arr); echo ' '; tmpl2($title); //echo '$_SESSION[\'iurl\']: "'.$_SESSION['iurl'].'"
'; echo '
'; if (IS_ADM_PG === 1) { $cnt1->echo_grp_adm(); } /* if ($title && $show_heading) { echo '

'.$title.'

'; } */ if (IS_ADM_PG === 1) { echo '
 
'; } $cnt1->echo_content(); echo '
'; tmpl3(); ?>