
The above method I posted works great for me, but many thanks for your help!
Print and web site design in Raleigh, NC.
<?php
include("mainfile.php");
include("header.php");
$xoopsOption['show_rblock'] = 1;
?>
<?php
include("mainfile.php");
include("header.php");
$xoopsTpl->assign('index_css', '<link rel="stylesheet" media="screen" href="' . XOOPS_THEME_URL.'/'.$xoopsConfig['theme_set'].'/home.css" type="text/css" />');
$xoopsOption['show_rblock'] = 1;
?>
<{php}>
if ($_SERVER['PHP_SELF'] == 'index.php') {
echo '<link rel="stylesheet" media="screen" href="<{$xoops_imageurl}>home.css" type="text/css" />';
}
<{/php}>
<link rel="stylesheet" media="screen" href="/themes/technigrafa2/home.css" type="text/css" />
<{if !$xoops_rblocks}>
<style type="text/css"><!--
#outerColumnContainer {border-right:none;}
.centerLcolumn, .centerRcolumn {width:260px;}
--></style>
<{/if}>
<{if !$xoops_lblocks}>
<style type="text/css"><!--
#outerColumnContainer {border-left:none;}
.centerLcolumn, .centerRcolumn {width:260px;}
--></style>
<{/if}>
<div id="pageWrapper">
<div id="masthead" class="inside">
<!-- masthead content begin --></div>
<div id="masthead" class="inside" align="center">
<div id="pageWrapper">
<div id="masthead" class="inside">
<!-- masthead content begin -->
<div id="logo"><a href="<{$xoops_url}>/"><img src="<{$xoops_imageurl}>images/logo.gif" alt="<{$xoops_sitename}>" /></a></div>
<h2 id="title"><a href="<{$xoops_url}>"><{$xoops_slogan}></a></h2>
<div id="banner"><{$xoops_banner}></div>
<div style="clear:both;"></div>
<!-- masthead content end -->