--- index.php 2001/07/22 18:02:06 1.8 +++ index.php 2001/09/20 09:50:24 1.10 @@ -4,7 +4,6 @@ $smarty = new Smarty; - $smarty->assign( array ( Title=>"PLIVA Ljubljana" ) ); $section=str_replace(".php","",basename($PHP_SELF)); @@ -37,6 +36,9 @@ } if (find_html_file("static/$d[0]",$d[1])) { $main=join('',file(find_html_file("static/$d[0]",$d[1]))); + // fix entities from MS programs + include("fix_msshit.inc"); + $main=fix_msshit($main); } else { $main="Can't find static/$d[0]/$d[1]"; }