Code

- Added other part of bug 673 patch for linux vserver
[gosa.git] / gosa-core / html / helpviewer.php
index f9b72d1bfefb7fee38ac67ad415e5cd21bafa23c..99710fad4ce7b2a145ec65fcb625160c95976323 100644 (file)
@@ -116,6 +116,7 @@ if(session::global_is_set('current_class_for_help')){
   if($helpdir == ""){
     
     $smarty->assign("help_contents","<br><h2>"._("There is no helpfile specified for this class"))."</h2>";
+    $smarty->assign("iePngWorkaround", $config->get_cfg_value("iePngWorkaround","false" ) == "true");
     $header= "<!-- headers.tpl-->".$smarty->fetch(get_template_path('headers.tpl'));
     $display= (  $header.$smarty->fetch(get_template_path('help.tpl')));
     echo $display;