PDA

Zobacz pełną wersję : Geoip-eazy - moduł right



no name
29-09-2010, 16:13
Witam.
Mam pewien problem z modułem right na stylu geoip-eazy. Na beez wszystko działa, ale na geoip już nie. Chodzi o to, że chciałem dodać menu po prawej, ale za każdym razem jest ono po lewej. Proszę o szybką pomoc

Dylek
29-09-2010, 17:23
www.wrozka.pl

no name
29-09-2010, 19:45
no ta, nie dodałem jakiś szczegółowych informacji... Ale nie wiem właśnie co dlatego... Dodaje index.php stylu:


<?php
/**
* @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
* @license GNU/GPL, see LICENSE.php
* Joomla! is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
* See COPYRIGHT.php for copyright notices and details.
*/
$document =& JFactory::getDocument();
$document->setTitle($mainframe->getCfg('sitename') . " - " . $document->title);
// no direct access
defined( '_JEXEC' ) or die( 'Restricted access' );
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3c.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3c.org/1999/xhtml" xml:lang="pl" lang="pl">
<head>
<jdoc:include type="head" />
<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/gopip-easy/css/template.css" type="text/css" />
<meta http-equiv="content-type" content="text/html; charset=iso-8859-2" />
<meta name="google-site-verification" content="axDzey0eoYQaxyW3__UjKnarekNWT7uCA3HfHMyzKos" />
</head>
<body id="bg">
<div id="container">
<div id="container_inner">
<div id="header">
<div id="header_inner">
<div id="header_navi">
<jdoc:include type="modules" name="user3" />
</div>
<div class="clr"></div>
<div class="header_logo"></div>
<?php if($this->countModules('banner')) : ?>
<div class="header_banner">
<jdoc:include type="modules" name="banner" />
</div>
<?php endif; ?>
<div class="clr"></div>
<div id="pathway">
<div id="pathway_inner"><?php echo JText::_('::Aktualnosci'); ?>
<jdoc:include type="module" name="breadcrumbs" />
</div>
</div>
</div>
</div>
<div id="leftcol">
<div id="leftcol_inner">
<?php if($this->countModules('left')) : ?>
<jdoc:include type="modules" name="left" style="xhtml" />
<?php endif; ?>
<?php if($this->countModules('right')) : ?>
<jdoc:include type="modules" name="right" style="xhtml" />
<?php endif; ?>
</div>
</div>
<div id="maincol">
<div id="maincol_inner">
<div id="user">
<?php if($this->countModules('top')) : ?>
<div id="user_inner">
<jdoc:include type="modules" name="top" style="xhtml" />
</div>
<?php endif; ?>
</div>
<jdoc:include type="message" />
<jdoc:include type="component" />
<jdoc:include type="message" />
</div>
</div>

Strona: www.mapleeurope.pl