Index: wiki.php
===================================================================
--- wiki.php	(revision 5531)
+++ wiki.php	(working copy)
@@ -42,5 +42,25 @@
 		$t_url = wiki_link_bug( $f_id );
 	}
 
-	print_header_redirect( $t_url, true, false, true );
+	html_page_top1();
+    html_page_top2();
+	print_recently_visited();
+	?> 
+<script language="JavaScript"> 
+	function autoResize(id){ 
+	    var newheight; 
+	    var newwidth; 
+ 
+		newheight=document.getElementById(id).contentWindow.document .body.scrollHeight; 
+		newwidth=document.getElementById(id).contentWindow.document .body.scrollWidth; 
+
+		document.getElementById(id).height= (newheight) + "px"; 
+	    document.getElementById(id).width= (newwidth) + "px"; 
+	}  
+</script> 
+<div style="width:95%;margin-left:auto;margin-right:auto;"> 
+	<iframe onLoad="autoResize('wiki');" style="border:0;" border="0" id="wiki" name="wiki" src="<?php echo $t_url; ?>" width="95%"></iframe> 
+</div> 
+<?php 
+	html_page_bottom1( __FILE__ );
 ?>
