if (!defined("IN_FUSION")) { die("Access Denied"); } if (file_exists(INFUSIONS."theme_switcher_panel/locale/".$settings['locale'].".php")) { include INFUSIONS."theme_switcher_panel/locale/".$settings['locale'].".php"; } else { include INFUSIONS."theme_switcher_panel/locale/German.php"; } if (isset($_COOKIE['fusion_theme'])) { $theme_preview = BASEDIR."themes/".$_COOKIE['fusion_theme']."/preview.jpg"; } else { $theme_preview = THEME."preview.jpg"; } $theme_name = $userdata['user_theme'] != "Default" ? $userdata['user_theme'] : $settings['theme']; openside($locale['ts01']); $width = ($p_data['panel_side']==1?($theme_width_l = 140):($theme_width_r = 140)); $height = ceil($width/1.3333); echo "
".$locale['ts02']."

\n \n Theme Preview

\n
\n \n
\n"; echo "\n"; echo "
\n
\n"; closeside();