1
Hello,
I have a problem...I have to change a simple thing in phpkazox theme.
In the hight right part of theme there is a XOOPS flash banner that says: "www.xoops.org". I had to delete this XOOPS banner and change it with the banner of my site. My file is named logosub.gif and it is situated in the images directory of theme dir...
I think that the code line to change is this:
td width="100%" align="center"><div style="text-align: center; padding-top: 5px;"><{$xoops_banner}>div>td>
I tried to delete the div and the banners don't see but if I try to change the {$xoops_banner} with the path of my banner I see again the XOOPS banner...strange...why it?
What is in $xoops_banner? the path of XOOPS logo that I would delete? in what file is the declaration of $xoops_banner?
The code of theme.html file is it...please help me to solve this problem
((
DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<{$xoops_langcode}>" lang="<{$xoops_langcode}>">
<head>
<meta http-equiv="content-type" content="text/html; charset=<{$xoops_charset}>" />
<meta http-equiv="content-language" content="<{$xoops_langcode}>" />
<meta name="robots" content="<{$xoops_meta_robots}>" />
<meta name="keywords" content="<{$xoops_meta_keywords}>" />
<meta name="description" content="<{$xoops_meta_description}>" />
<meta name="rating" content="<{$xoops_meta_rating}>" />
<meta name="author" content="<{$xoops_meta_author}>" />
<meta name="copyright" content="<{$xoops_meta_copyright}>" />
<meta name="generator" content="XOOPS" />
<title><{$xoops_sitename}> - <{$xoops_pagetitle}>title>
<link href="<{$xoops_url}>/favicon.ico" rel="SHORTCUT ICON" />
<link rel="stylesheet" type="text/css" media="all" href="<{$xoops_url}>/xoops.css" />
<link rel="stylesheet" type="text/css" media="all" href="<{$xoops_themecss}>" />
<{$xoops_module_header}>
<script type="text/javascript">
script>
head>
<body>
<table cellspacing="1" cellpadding="0" bgcolor="#666666">
<tr>
<td bgcolor="#DDE1DE">
<table cellspacing="0" cellpadding="0">
<tr>
<td width="285"><a href="<{$xoops_url}>"><img src="<{$xoops_imageurl}>images/logo.gif" alt="logo" align="middle" />a>td>
<td width="100%" align="center"><div style="text-align: center; padding-top: 5px;"><{$xoops_banner}>div>td>
tr>
table>
td>
tr>
<tr>
<td bgcolor="#FFFFFF">
<table cellspacing="0" cellpadding="0">
<tr>
<td width="20%" bgcolor="#EFEFEF">
<{foreach item=block from=$xoops_lblocks}>
<table cellspacing="0" cellpadding="2">
<tr>
<td class="blockTitle"> <{$block.title}>td>
tr>
<tr>
<td class="blockContent"><{$block.content}>td>
tr>
table>
<{/foreach}>
td>
<td style="padding: 0px 5px 0px;" align="center">
<{if $xoops_showcblock == 1}>
<table cellspacing="0">
<tr>
<td width="100%" colspan="2">
<{foreach item=block from=$xoops_ccblocks}>
<table cellspacing="1" cellpadding="5">
<tr>
<td class="blockTitle"> <{$block.title}>td>
tr>
<tr>
<td class="blockContent"><{$block.content}>td>
tr>
table>
<{/foreach}>
td>
tr>
<tr>
<td width="50%">
<{foreach item=block from=$xoops_clblocks}>
<table cellspacing="1" cellpadding="5">
<tr>
<td class="blockTitle"> <{$block.title}>td>
tr>
<tr>
<td class="blockContent"><{$block.content}>td>
tr>
table>
<{/foreach}>
td><td width="50%">
<{foreach item=block from=$xoops_crblocks}>
<table cellspacing="1" cellpadding="5">
<tr>
<td class="blockTitle"> <{$block.title}>td>
tr>
<tr>
<td class="blockContent"><{$block.content}>td>
tr>
table>
<{/foreach}>
td>
tr>
table>
<{/if}>
<div id="content">
<{$xoops_contents}>
div>
td>
<{if $xoops_showrblock == 1}>
<td width=20% bgcolor=#efefef align=center>
<{foreach item=block from=$xoops_rblocks}>
<table cellspacing="0" cellpadding="2">
<tr>
<td class="blockTitle"> <{$block.title}>td>
tr>
<tr>
<td class="blockContent"><{$block.content}>td>
tr>
table>
<br />
<{/foreach}>
<{/if}>
td>
tr>
table>
td>
tr>
<tr>
<td height="30" valign="middle" bgcolor="#DDE1DE" align="center"><div style="text-align: center; padding-top: 2px; font-size: 10px"><{$xoops_footer}>div>td>
tr>
table>
body>
html>
Thank you very much
Andrea