$value) { ${"$key"} = $value; } $totalwidth = $nirvana_sidewidth + $nirvana_sidebar; $contentSize = $nirvana_sidewidth; $sidebarSize= $nirvana_sidebar; ob_start(); ?> $value) { ${"$key"} = $value; } ob_start(); echo ''; $nirvana_presentation_page_styling = ob_get_contents(); ob_end_clean(); return $nirvana_presentation_page_styling; } // nirvana_presentation_css() // Nirvana function for inserting the Custom CSS into the header function nirvana_customcss() { $nirvanas= nirvana_get_theme_options(); foreach ($nirvanas as $key => $value) { ${"$key"} = $value; } if ($nirvana_customcss != "") { echo ''; } } // nirvana_customcss() // Nirvana function for inserting the Custom JS into the header function nirvana_customjs() { $nirvanas= nirvana_get_theme_options(); foreach ($nirvanas as $key => $value) { ${"$key"} = $value; } echo ''; } // nirvana_customjs() // Nirvana function for inserting slider on the presentation page function nirvana_pp_slider() { $nirvanas= nirvana_get_theme_options(); foreach ($nirvanas as $key => $value) { ${"$key"} = $value; } ?>