get_template_vars('previous'); $next = $template->get_template_vars('next'); $current = $template->get_template_vars('current'); $themeconf = $template->get_template_vars('themeconf'); //print_r($next); $swtimg = '||append('previous', array('TITLE' => $prev['TITLE'].$swtimg.$prev['THUMB_SRC'].'>'),TRUE);} if (isset($next)){$template->append('next', array('TITLE' => $next['TITLE'].$swtimg.$next['THUMB_SRC'].'>'),TRUE);} $template->append('llgbo', array('tooltipCSS' => $sweetcss), true); } If (($conf['LLGBO_SETTINGS'] [0] == 'true') ) //Frame { $template->set_prefilter('default_content', 'LLGBO_prefilter_Content_Frame'); //---------------------------------------------------- /* HTML End frame on Picture_content */ //---------------------------------------------------- $frame_end=''; for ($x = 1 ;$x < 32 ; $x =$x +2) { if ((isset($conf['LLGBO_FRAME'][$x+1])) and ($conf['LLGBO_FRAME'][$x+1] > 0)) // boder value > 0 { $frame_end = $frame_end .''; } } $csstheme = 'default'; $themeconf = $template->get_template_vars('themeconf'); // dedicated Css by parent theme $themestyle = 'default'; if (isset ($themeconf['parent'])) { $themestyle = $themeconf['parent'];} If ($themestyle == 'default') { $themestyle = $themeconf['id'];} $template->append('llgbo', array( 'FRAME_END' => $frame_end, 'GBOCSS' => LLGBO_PATH."css/llgbo_content_".$themestyle.".css" ), true); } // end frame ?>