..used one or more modules you must have seen the iframes used for realtime result display. In this tutorial I'm going to show you how to insert them into your module and how they..
xAnalyze is a module that can search through corrupt data and configuration files in order to find the exact position of errors
<?php
if(!defined('IN_SCRIPT')){
exit;
}
/* html head */
$_CONTEXT['htmlo'] = "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n";
$_CONTEXT['htmlo'] .= "<html xmlns=\"http://www.w3.org/1999/xhtml\">\n";
$_CONTEXT['htmlo'] .= "<head>\n";
$_CONTEXT['htmlo'] .= "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n";
$_CONTEXT['htmlo'] .= "<title>".(isset($_CONTEXT['page_title']) ? $_CONTEXT['page_title'] : "THC HackSuite CMS")."</title>\n";
$_CONTEXT['htmlo'] .= "<link rel=\"stylesheet\" href=\"Templates/".$_PATHS['style_user']."/css/login.css\" type=\"text/css\" />\n";
$_CONTEXT['htmlo'] .= "<script type=\"text/javascript\" src=\"JS/jquery-1.9.1.min.js\"></script>\n";
$_CONTEXT['htmlo'] .= "<script type=\"text/javascript\" src=\"JS/jquery.easing.js\"></script>\n";
$_CONTEXT['htmlo'] .= "<script type=\"text/javascript\" src=\"Templates/".$_PATHS['style_user']."/js/login.js\"></script>\n";
$_CONTEXT['htmlo'] .= "</head>\n";
?>