ciao,
ho messo questo template sul mio joomla 1.5.
è carino ma ho un problema, non mi carica l'immagine superiore del menu', ma solo nel menu' principale....
da cosa puo' dipendere?
ecco l'index
<?php
defined( '_VALID_MOS' ) or die( 'Restricted access' );
// needed to seperate the ISO number from the language file constant _ISO
$iso = explode( '=', _ISO );
// xml prolog
echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>';
?>
<!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">
<head>
<meta http-equiv="Content-Language" content="en-us">
<?php mosShowHead(); ?>
<?php
if ( $my->id ) {
initEditor();
}
$collspan_offset = ( mosCountModules( 'right' ) ) ? 2 : 1;
//right based combos
if ( mosCountModules( 'right' ) and ( empty( $_REQUEST['task'] ) || $_REQUEST['task'] != 'edit' ) ) {
$right = 1;
}
?>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="<?php echo $mosConfig_live_site;?>/templates/lady_beetle/ltr/css/template_css.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div align="center">
<table border="0" cellspacing="1" width="980" id="table1">
<tr>
<td width="990">
<img border="0" src="<?php echo $mosConfig_live_site;?>/templates/lady_beetle/ltr/images/logo.jpg" alt="Template" /></td>
</tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="196" valign="top"><table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td class="bac_module"><?php mosLoadModules ( 'left', -2 ); ?></td>
</tr>
</table></td>
<td valign="top" width="4"> </td>
<td valign="top">
<table border="0" cellpadding="0" cellspacing="0" width="100%" id="table3" bgcolor="#F0FFF0" style="background-image: url('<?php echo $mosConfig_live_site;?>/templates/lady_beetle/ltr/images/box/top.png'); background-repeat: repeat-x; background-position-y: top">
<tr>
<td width="6" valign="top" style="background-image: url('<?php echo $mosConfig_live_site;?>/templates/lady_beetle/ltr/images/box/right.png'); background-repeat: repeat-y">
<img border="0" src="<?php echo $mosConfig_live_site;?>/templates/lady_beetle/ltr/images/box/top_right.jpg" alt="Template" /></td>
<td valign="top" style="background-image: url('<?php echo $mosConfig_live_site;?>/templates/lady_beetle/ltr/images/box/top-right.jpg'); background-repeat: no-repeat; background-position: right top">
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="100%" id="table4" style="background-image: url('<?php echo $mosConfig_live_site;?>/templates/lady_beetle/ltr/images/box/top-left.jpg'); background-repeat: no-repeat; background-position: left top; height:376px">
<tr>
<td valign="top"><?php mosMainBody(); ?></td>
</tr>
</table>
</div>
</td>
<td width="5" valign="top" style="background-image: url('<?php echo $mosConfig_live_site;?>/templates/lady_beetle/ltr/images/box/left.png'); background-repeat: repeat-y">
<img border="0" src="<?php echo $mosConfig_live_site;?>/templates/lady_beetle/ltr/images/box/top_left.jpg" alt="Template" /></td>
</tr>
<tr>
<td width="6">
<img border="0" src="<?php echo $mosConfig_live_site;?>/templates/lady_beetle/ltr/images/box/bot_right.png" alt="Template" /></td>
<td style="background-image: url('<?php echo $mosConfig_live_site;?>/templates/lady_beetle/ltr/images/box/bot.png')">
<img border="0" src="<?php echo $mosConfig_live_site;?>/templates/lady_beetle/ltr/images/box/bot.png" alt="Template" /></td>
<td width="5">
<img border="0" src="<?php echo $mosConfig_live_site;?>/templates/lady_beetle/ltr/images/box/bot_left.png" alt="Template" /></td>
</tr>
</table></td>
<?php
if ( mosCountModules ('right') ) {
?>
<td valign="top" width="4"> </td>
<td valign="top" width="196"><table border="0" cellpadding="0" cellspacing="0" width="100%" id="table9" style="background-image: url('<?php echo $mosConfig_live_site;?>/templates/lady_beetle/ltr/images/bac_footer.png'); background-repeat: repeat-x" >
<tr>
<td width="9">
<img border="0" src="<?php echo $mosConfig_live_site;?>/templates/lady_beetle/ltr/images/right_footer.png" alt="Template" /></td>
<td class="w">
<center><?php echo mosCurrentDate(); ?></center></td>
<td width="11">
<img border="0" src="<?php echo $mosConfig_live_site;?>/templates/lady_beetle/ltr/images/left_footer.png" alt="Template" /></td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td class="bac_module"><?php mosLoadModules ( 'right', -2 ); ?></td>
</tr>
</table>
</td> <?php
}
?>
</tr>
</table>
</td>
<tr>
<td width="990">
<table border="0" cellpadding="0" cellspacing="0" width="100%" id="table5" style="background-image: url('<?php echo $mosConfig_live_site;?>/templates/lady_beetle/ltr/images/bac_footer.png'); background-repeat: repeat-x" >
<tr>
<td width="9">
<img border="0" src="<?php echo $mosConfig_live_site;?>/templates/lady_beetle/ltr/images/right_footer.png" alt="Template" /></td>
<td>
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" id="table6">
<tr>
<td class="w">
Design:<a href="
http://www.studentsdesign.de" class="w">StudentsDesign[/url]</td>
</tr>
</table>
</div>
</td>
<td width="11">
<img border="0" src="<?php echo $mosConfig_live_site;?>/templates/lady_beetle/ltr/images/left_footer.png" alt="Template" /></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</body>
</html>