function themeheader($show_rblock) {
global $xoopsConfig;
echo '';
OpenWaitBox();
echo 'bgcolor="#666666">
.XOOPS_URL.'">
.XOOPS_URL.'/themes/phpkaox/images/logo.gif">
';
if ( $xoopsConfig['banners'] == 1 ) {
showbanner();
}
echo '
cellspacing="0" cellpadding="0" height="100%">
valign="top" align="center">'
;
make_sidebar("left");
echo '
' ;
}
function themefooter($show_rblock, $footer) {
echo "";
if ( $show_rblock ) {
echo '' ;
make_sidebar("right");
}
echo '
' ;
echo $footer;
echo '
';
CloseWaitBox();
}
function themesidebox($title, $content) {
echo '
'
.$title.'
' .$content.'
';
}
DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv='Content-Type' content='text/html; charset={$xoops_charset}' />
<meta name='keywords' content='' />
<meta name='description' content='' />
<meta name='generator' content='{$xoops_version}' />
<title>{$xoops_pagetitle}title>
<link rel='stylesheet' type='text/css' media='all' href='{$xoops_url}/xoops.css' />
{if $xoops_themecss != ""}
<style type='text/css' media='all'>style>
{/if}
<link href='{$xoops_url}/favicon.ico' rel='SHORTCUT ICON' />
<script src='{$xoops_url}/include/xoopsjs.php'>script>
head>
<body>
<table width="100%" border="0" cellspacing="1" cellpadding="0" bgcolor="#666666">
<tr>
<td valign="top" bgcolor="#DDE1DE">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="285" valign="middle" align="center">
<a href="{$xoops_url}/">
<img src="{$xoops_url}/themes/phpkaox/images/logo.gif">
a>
td>
<td>
{if $xoops_banner != ""}
{$xoops_banner}
{else}
{/if}
td>
tr>
table>
td>
tr>
<tr>
<td valign="top" bgcolor="#FFFFFF">
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%">
<tr>
<td width="20%" bgcolor="#EFEFEF" valign="top">
{foreach item=block from=$xoops_lblocks}
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td bgcolor="#E2DBD3">
<b><font color="#666600">{$block.title}font>b>
td>
tr>
<tr>
<td valign="top">{$block.content}td>
tr>
table>
<br>
{/foreach}
td>
<td valign="top">
{if $xoops_contents_tpl == ""}
{$xoops_contents}
{else}
{include file="$xoops_contents_tpldir/$xoops_contents_tpl"}
{/if}
td>
{if $xoops_showrblock == 1}
<td width="20%" bgcolor="#efefef" valign="top">";
{foreach item=block from=$xoops_rblocks}
100%" border="0" cellspacing="0" cellpadding="2">
#E2DBD3">
<b><font color="#666600">{$block.title}font>b>
td>
tr>
<tr>
<td valign="top">{$block.content}td>
tr>
table>
<br>
{/foreach}
td>
{/if}
tr>
table>
td>
tr>
<tr>
<td height="30" valign="middle" bgcolor="#DDE1DE" align="center">
{$xoops_footer}
td>
tr>
table>
body>
html>
|