| Codice: |
/************************************************************/
/* Function themeheader() */
/************************************************************/
function themeheader() {
global $banners;
echo "<body bgcolor=\"#ecf0f6\" text=\"#000000\" link=\"0000ff\">"
."<br>";
if ($banners) {
include("banners.php");
echo "<br>";
}
echo "<table border=\"0\" cellpadding=\"0\" cellspacing=\"2\" bgcolor=\"#ffffff\" width=\"80\" align=\"center\">\n"
."<tr><td width=\"100%\">\n"
."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"840\">\n"
."<tr><td width=\"100%\">\n"
."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"840\">\n" |