Joomla.it Forum
Joomla! 1.5.x (versione con supporto terminato) => Joomla! 1.5 => I Template di Joomla 1.5.x => : Enriquez 03 Sep 2010, 15:37:47
-
Salve,
utilizzo il template Baakminster e mi servirebbe aumentare lo spazio della colonna di destra (ad esempio se ora occupa il 10% della pagina totale io vorrei che occupasse il 20%)
sapete come posso fare?
vi allego l'html del template
Grazie in anticipo
<?php
// SUCKERFISH MENU SWITCH //
$menu_name = $this->params->get("menuName", "mainmenu");
/**
*Baakminster TEMPLATE*
* @copyright 2009 template design by globbers for globbersthemes Copyright (C) .All rights reserved.
*/
// no direct access
defined('_JEXEC') or die('Restricted access');
?>
<!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" lang="<?php echo _LANGUAGE; ?>" xml:lang="<?php echo _LANGUAGE; ?>">
<head>
<?php
define( 'TEMPLATEPATH', dirname(__FILE__) );
include( TEMPLATEPATH.DS."suckerfish.php");
?>
<jdoc:include type="head" />
<?php if($my->id) initEditor(); ?>
<meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" />
<?php
# main width#
$mod_right = $this->countModules( 'right' );
if ( $mod_right ) {$width = '';} else {$width = '-full';}
?>
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/general.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/baakminster/css/tdefaut.css" type="text/css" media="all" />
<script type="text/javascript" src="templates/<?php echo $this->template ?>/js/scroll.js"></script>
<script type="text/javascript" src="templates/<?php echo $this->template ?>/js/mouseover.js"></script>
<link rel="icon" type="image/gif" href="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template; ?>/favicon.gif" />
<!--[if lte IE 6]>
<link href="templates/<?php echo $this->template ?>/css/ie6.css" rel="stylesheet" type="text/css" />
<![endif]-->
<!--[if IE 7]>
<link href="templates/<?php echo $this->template ?>/css/ie7.css" rel="stylesheet" type="text/css" />
<![endif]-->
<style type="text/css">
</style>
</head>
<body>
<div class="pagewidth">
<div id="top">
<div id="sitename">
<a href="index.php"><img src="templates/<?php echo $this->template ?>/images/baakminster_logo.png" width="266" height="36" alt="logotype" />[/url]
</div>
<div id="topmenu">
<div id="navigation">
<?php mosShowListMenu($menu_name); ?>
</div>
</div>
<div id="pathway_w">
<div id="breadcrumbs">
<p>
<?php echo JText::_('You are here:'); ?>
<jdoc:include type="modules" name="breadcrumb" />
</p>
</div>
<?php if($this->countModules('user4')) : ?>
<div id="search">
<jdoc:include type="modules" name="user4" />
</div>
<?php endif; ?>
</div>
</div>
<div id="wrapper">
<div id="carrousel">
<jdoc:include type="modules" name="user1" />
</div>
<div id="main<?php echo $width; ?>">
<jdoc:include type="component" />
</div>
<?php if($this->countModules('right')) : ?>
<div id="right">
<jdoc:include type="modules" name="right" style="rounded" />
</div>
<?php endif; ?>
<div id="footer">
<div id="footer-content">
<div class="box">
<jdoc:include type="modules" name="user2" style="xhtml" />
</div>
<div class="box">
<jdoc:include type="modules" name="user3" style="xhtml" />
</div>
<div class="box">
<jdoc:include type="modules" name="user5" style="xhtml" />
</div>
<div class="box">
<jdoc:include type="modules" name="user6" style="xhtml" />
</div>
</div>
<div id="footer-bottom">
<div id="footer_tm">
<div class="ftb">
Copyright© <?php echo date( '2008 - Y' ); ?> <?php echo $mainframe->getCfg('sitename');?> .
<?php if ($this->params->get('show_footertext')) : ?>
<?php echo $this->params->get("footertext"); ?>
<?php endif; ?>
</div>
</div>
<div id="footer-top">
<div class="footer-top-button">
<a href="#" onclick="scrollToTop();return false;"><img src="templates/<?php echo $this->template ?>/images/top.jpg" width="28" height="24" alt="top" />[/url]
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
-
Ciao Enriquez,
devi agire sui css non sul php