View file panel/inc/style.php

File size: 170B
<?
if (!$sidebar_settings['show_sidebar'])
	return;

$css = "";
foreach ($sidebar_settings_cache as $key => $value) {
	$css .= $value['content'];
}
echo $css;
?>