Modificar Rodapé
- Fabio Cardoso
-
- Offline
- JCB! Hero
-
Menos
Mais
13 anos 8 meses atrás #62333
por Fabio Cardoso
"Vencer a si mesmo é a maior das vitórias."
[i:3c4s7sku]Platão[/i:3c4s7sku]
"Ensinar é mostrar que é possível. Aprender é tornar possível a si mesmo."
[i:3c4s7sku]Paulo Coelho[/i:3c4s7sku]
[b:3c4s7sku]Não respondo dúvidas sobre Joomla em MP. Use o fórum.[/b:3c4s7sku]
[color=#000080:3c4s7sku]
Criação e hospedagem de sites, e-commerce. Consultoria em Joomla.
<!--...
Fabio Cardoso replied the topic: Re: Modificar Rodapé
O site está online? Se sim, passe-nos a url.
um abraço,
Fabio.
um abraço,
Fabio.
"Vencer a si mesmo é a maior das vitórias."
[i:3c4s7sku]Platão[/i:3c4s7sku]
"Ensinar é mostrar que é possível. Aprender é tornar possível a si mesmo."
[i:3c4s7sku]Paulo Coelho[/i:3c4s7sku]
[b:3c4s7sku]Não respondo dúvidas sobre Joomla em MP. Use o fórum.[/b:3c4s7sku]
[color=#000080:3c4s7sku]
Criação e hospedagem de sites, e-commerce. Consultoria em Joomla.
<!--...
Please Entrar ou Registrar to join the conversation.
- raPPa
-
Autor do Tópico
- Offline
- JCB! Estagiário
-
Menos
Mais
- Postagens: 12
- Obrigados Recebidos: 0
- raPPa
-
Autor do Tópico
- Offline
- JCB! Estagiário
-
Menos
Mais
- Postagens: 12
- Obrigados Recebidos: 0
13 anos 8 meses atrás #62342
por raPPa
raPPa replied the topic: Re: Modificar Rodapé
Segue o site...
http://cinemaspremier.com.br/site/
Gostaria de modificar o rodapé, como disse... "Copyright 2009 You Movies All rights reserved Custom Design by Youjoomla.com" e retirar "RSS | CSS Valid | XHTML Valid | Top"
http://cinemaspremier.com.br/site/
Gostaria de modificar o rodapé, como disse... "Copyright 2009 You Movies All rights reserved Custom Design by Youjoomla.com" e retirar "RSS | CSS Valid | XHTML Valid | Top"
Please Entrar ou Registrar to join the conversation.
- Fabio Cardoso
-
- Offline
- JCB! Hero
-
13 anos 8 meses atrás #62349
por Fabio Cardoso
"Vencer a si mesmo é a maior das vitórias."
[i:3c4s7sku]Platão[/i:3c4s7sku]
"Ensinar é mostrar que é possível. Aprender é tornar possível a si mesmo."
[i:3c4s7sku]Paulo Coelho[/i:3c4s7sku]
[b:3c4s7sku]Não respondo dúvidas sobre Joomla em MP. Use o fórum.[/b:3c4s7sku]
[color=#000080:3c4s7sku]
Criação e hospedagem de sites, e-commerce. Consultoria em Joomla.
<!--...
Fabio Cardoso replied the topic: Re: Modificar Rodapé
Dá uma olhada no index.php que está na pasta do seu template. Lá dentro procure pelas divs "cp" e "validators". Devem estar no final do arquivo.
um abraço,
Fabio.
um abraço,
Fabio.
"Vencer a si mesmo é a maior das vitórias."
[i:3c4s7sku]Platão[/i:3c4s7sku]
"Ensinar é mostrar que é possível. Aprender é tornar possível a si mesmo."
[i:3c4s7sku]Paulo Coelho[/i:3c4s7sku]
[b:3c4s7sku]Não respondo dúvidas sobre Joomla em MP. Use o fórum.[/b:3c4s7sku]
[color=#000080:3c4s7sku]
Criação e hospedagem de sites, e-commerce. Consultoria em Joomla.
<!--...
Please Entrar ou Registrar to join the conversation.
- raPPa
-
Autor do Tópico
- Offline
- JCB! Estagiário
-
Menos
Mais
- Postagens: 12
- Obrigados Recebidos: 0
13 anos 8 meses atrás #62828
por raPPa
raPPa replied the topic: Re: Modificar Rodapé
Caro, @fabio_123123. Não achei as divs, ai está o código do index.php que está no template.
<?php
/*======================================================================*\
|| #################################################################### ||
|| # Youjoomla LLC - YJ- Licence Number JFANS777
|| # Licensed to - joomfans.com
|| # ---------------------------------------------------------------- # ||
|| # Copyright ©2006-2009 Youjoomla LLC. All Rights Reserved. ||
|| # This file may not be redistributed in whole or significant part. # ||
|| # ---------------- THIS IS NOT FREE SOFTWARE ---------------- # ||
|| # http://www.youjoomla.com | http://www.youjoomla.com/license.html # ||
|| #################################################################### ||
\*======================================================================*/
# EDITING NOTES : ALL CODE BLOCKS ARE COMENTED , ALL PHP CONDITIONS BEFORE AND AFTER THE
# COMMENT ARE TO BE MOVED WITH THE BLOCK IF YOU ARE EDITING LAYOUTS
# CSS MAIN LAYOUT IS IN LAYOUT.CSS STARTING WITH
# WIDTHS OF THE CODEBLOCKS ARE IN SETTINGS.PHP NAMED SAME AS DIVS USED
defined( '_JEXEC' ) or die( 'Restricted index access' );
define( 'TEMPLATEPATH', dirname(__FILE__) );
require( TEMPLATEPATH.DS."settings.php");
?>
<!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" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >
<head>
<jdoc:include type="head" />
<?php JHTML::_('behavior.mootools'); ?>
<?php //JHTML::_('behavior.modal'); ?>
<link href="<?php echo $yj_site ?>/css/template.<?php echo $cssextens; ?>" rel="stylesheet" type="text/css" />
<link href="<?php echo $yj_site ?>/css/<?php echo $css_file; ?>.<?php echo $cssextens; ?>" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="<?php echo $yj_site ?>/favicon.ico" />
<?php require( TEMPLATEPATH.DS."head.php");?>
</head>
<body id="color_<?php echo $change_bg ?>">
<div id="centertop" style="font-size:<?php echo $css_font; ?>; width:<?php echo $css_width; ?>;">
<!-- notices -->
<?php if ($ie6notice == 1){ ?>
<!--[if lte IE 6]>
<p class="clip" style="text-align:center" >Hello visitor.You are using IE6 , an outdated version of Internet Explorer. Please consider upgrading. Click <a href="http://www.webstandards.org/action/previous-campaigns/buc/" target="_blank" >here</a> for more info .</p>
<![endif]-->
<?php } ?>
<?php if($nonscript == 1 ){?>
<noscript><p class="error" style="text-align:center" >This Joomla Template is equiped with JavaScript. Your browser does not support JavaScript! Please enable it for maximum experience. Thank you.</p></noscript>
<?php } ?>
<!--end notices -->
<!--header-->
<div id="header">
<div id="logo_<?php echo $change_bg ?>" class="png">
<div id="tags"><h1>
<a href="index.php" title="<?php echo $tags?>"><?php echo $seo ?></a>
</h1></div><!-- end tags -->
</div><!-- end logo -->
<?php if ($this->countModules('banner')) {?>
<div id="banner" style="width:<?php echo $bannerwidth; ?>;">
<jdoc:include type="modules" name="banner" style="raw" />
</div><!-- end banner -->
<?php } ?>
</div><!-- end header -->
<!--top menu-->
<div id="<?php echo $topmenuclass ?>" style="font-size:<?php echo $css_font; ?>;">
<div id="<?php echo $menuclass ?>">
<?php echo $topmenu; ?>
</div>
</div><!-- end top menu -->
</div><!-- end centartop-->
<!-- BOTTOM PART OF THE SITE LAYOUT -->
<div id="centerbottom" style="font-size:<?php echo $css_font; ?>; width:<?php echo $css_width; ?>;">
<div id="<?php echo $wrap?>">
<div id="<?php echo $insidewrap ?>">
<!--MAIN LAYOUT HOLDER -->
<div id="holder">
<?php if ($this->countModules('advert1')) { ?><!-- advert1 -->
<div id="advert1">
<jdoc:include type="modules" name="advert1" style="yjsquare" />
</div>
<!-- end advert 1--><?php } ?>
<!-- messages -->
<jdoc:include type="message" />
<!-- end messages -->
<?php if ($this->countModules('left')) { ?>
<!-- left block -->
<div id="leftblock" style="width:<?php echo $leftblock ?>;">
<div class="insidel">
<jdoc:include type="modules" name="left" style="yjsquare" />
</div>
</div>
<!-- end left block -->
<?php } ?>
<!-- MID BLOCK WITH TOP AND BOTTOM MODULE POSITION -->
<div id="midblock" style="width:<?php echo $midblock ?>;">
<div class="insidem">
<?php if ($this->countModules('top')) { ?>
<!-- top module-->
<div id="topmodule">
<jdoc:include type="modules" name="top" style="yjsquare" />
</div>
<!-- end top module-->
<?php } ?>
<!-- component -->
<jdoc:include type="component" />
<!-- end component -->
<?php if ($this->countModules('bottom')) { ?>
<!-- bottom module position -->
<div id="bottommodule">
<jdoc:include type="modules" name="bottom" style="yjsquare" />
</div>
<!-- end bottom module position -->
<?php } ?>
</div><!-- end mid block insidem class -->
</div><!-- end mid block div -->
<!-- END MID BLOCK -->
<?php if ($this->countModules('right')) { ?>
<!-- right block -->
<div id="rightblock" style="width:<?php echo $rightblock ?>;">
<div class="insider">
<jdoc:include type="modules" name="right" style="yjsquare" />
</div>
</div>
<!-- end right block -->
<?php } ?>
<!-- pathway -->
<?php if ($this->countModules('breadcrumb')) { ?>
<div id="pathway">
You are here: <jdoc:include type="modules" name="breadcrumb" /></div>
<?php } ?>
<!-- end pathway -->
</div><!-- end holder div -->
<!-- END BOTTOM PART OF THE SITE LAYOUT -->
<?php if ($this->countModules('user1') || $this->countModules('user2') || $this->countModules('user3') || $this->countModules('user4')) { ?>
<!-- bottom 4 -->
<div id="bottomw">
<?php if ($this->countModules('user1')) { ?>
<div id="user1" style="width:<?php echo $bottomwidth ?>;"><jdoc:include type="modules" name="user1" style="yjsquare" /></div><?php } ?>
<?php if ($this->countModules('user2')) { ?>
<div id="user2" style="width:<?php echo $bottomwidth ?>;"><jdoc:include type="modules" name="user2" style="yjsquare" /></div><?php } ?>
<?php if ($this->countModules('user3')) { ?>
<div id="user3" style="width:<?php echo $bottomwidth ?>;"><jdoc:include type="modules" name="user3" style="yjsquare" /></div><?php } ?>
<?php if ($this->countModules('user4')) { ?>
<div id="user4" style="width:<?php echo $user4_w ?>;"><jdoc:include type="modules" name="user4" style="yjsquare" /></div><?php } ?>
</div>
<!-- end bottom 4 --><?php } ?>
<!-- footer -->
<div id="footer" style="font-size:<?php echo $css_font; ?>;">
<div id="youjoomla">
<?php
# FOR YOUJOOMLA LLC COPYRIGHT REMOVAL VISIT THIS PAGE
# http://www.youjoomla.com/faq/78.html
?>
<?php echo getYJLINKS() ?>
</div>
</div>
<!-- end footer -->
</div><!-- end of insidewrap-->
</div> <!--end of wrap-->
</div><!-- end centerbottom-->
</body>
</html>
Please Entrar ou Registrar to join the conversation.