Ciao a tutti, sto facendo un sito..ho scaricato il template Greenery x Joomla 1.0.x da
http://mambasana.ru/allora io vorrei che il menų di sopra e quello di sotto siano diversi invece sono uguali esempio:
sono cosė...
Sopra: Home Links Notizie...
Destra: Home Links Notizie...
invece vorrei che fossero come dico io es:
Sopra: Home Blog...
Destra: Contatti Links...
ecc...ecco il codice html:
<?php
defined( "_VALID_MOS" ) or die( "Direct Access to this location is not allowed." );$iso = split( '=', _ISO );echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>';?>
<!--- Pagina di Pop Killer Portal (www.pkp.wsnw.net) --->
<!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>
<?php mosShowHead(); ?>
<meta http-equiv="Content-Type" content="text/html;><?php echo _ISO; ?>" />
<?php
$templ = $GLOBALS['mosConfig_live_site']."/templates/".$GLOBALS['cur_template'];
require($mosConfig_absolute_path."/templates/greenery/splitcssmenu.php");
echo "<link rel=\"stylesheet\" href=\"$templ/css/template_css.css\" type=\"text/css\"/>" ;
if ($task == 'section' || $task == 'category' || $option == 'com_search') {
echo "<link rel=\"stylesheet\" href=\"$templ/css/category.css\" type=\"text/css\"/>" ;
}
if ( $my->id ) {initEditor();}
echo "<link rel=\"shortcut icon\" href=\"$templ/favicon.ico\" />" ;?>
<!--[if IE 7.0000]>
<?php echo "<link rel=\"stylesheet\" href=\"$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/css/ie7.css\" type=\"text/css\"/>" ; ?>
<![endif]-->
</head>
<body id="bg_body">
<div id="header">
<div id="menu">
<?php echo $mycssONLY_PRI_menu; ?>
</div>
</div>
<div id="content">
<div id="text">
<?php if (mosCountModules('top')) { ?>
<?php mosLoadModules ( 'top' ); ?>
<?php } ?>
<?php mosMainBody(); ?>
<?php if (mosCountModules('user1')) { ?>
<?php mosLoadModules ( 'user1' ); ?>
<?php } ?>
</div>
<div id="image">
<img src="<?php echo $templ;?>/images/plants.jpg" alt="" width="166" border="0"/>
</div>
<div id="sideBar">
<?php mosLoadModules ( 'left' ); ?>
<?php mosLoadModules ( 'right' ); ?>
</div>
<div id="footer">
<p>© <?php echo date("Y"); ?> <b>P</b>op <b>K</b>iller <b>P</b>ortal.Tutti i diritti Riservati.</p>
</div>
</div>
</body>
</html>
in teoria il menų vorrei che sia come quello di:
www.simenapule.it ...a destra 1 cosa e sopra un'altra...
Grazie.Ciao Davide