Template MixWebTemplates.com

  • adm.rogerio
  • Avatar de adm.rogerio Autor do Tópico
  • Offline
  • JCB! Novato
  • JCB! Novato
Mais
16 anos 3 meses atrás #9426 por adm.rogerio
adm.rogerio created the topic: Template MixWebTemplates.com
Olá pessoal.

O site MixWebTemplates.com disponibila a template mx_joofree2 gratuitamente. http://joomla5.mixwebtemplates.com/inde ... x_joofree2

Só que não basta ter o nome deles no rodapé. A template sempre mostra também, a imagem com o nome deles, no flash que tem a página.
Toda vez que clico em um link, a imagem deles aparece novamente.

Como eu retiro essa primeira imagem?

Por favor me ajudem.

http://mixwebtemplates.com/ link para a template.

Please Entrar ou Registrar to join the conversation.


Mais
16 anos 3 meses atrás #9441 por Trorram
Trorram replied the topic: Re: Template MixWebTemplates.com
Edite o arquivo index.php da template e retire a linha de inserção do código.
ABs.

Trorram

Please Entrar ou Registrar to join the conversation.

  • adm.rogerio
  • Avatar de adm.rogerio Autor do Tópico
  • Offline
  • JCB! Novato
  • JCB! Novato
Mais
16 anos 3 meses atrás #9611 por adm.rogerio
adm.rogerio replied the topic: Re: Template MixWebTemplates.com

Trorram escreveu: Edite o arquivo index.php da template e retire a linha de inserção do código.
ABs.

Trorram


Olá Torram!
Obrigado por ter respondido, mas eu não sei qual linha devo retirar.
Por favor! Me diga qual linha do código abaixo que eu devo retirar. Grato, Rogério

<?php
// no direct access
defined( '_JEXEC' ) or die( 'Restricted index access' );
define( 'YOURBASEPATH', dirname(__FILE__) );

$live_site = $mainframe->getCfg('live_site');
$template_path = $this->baseurl . '/templates/' . $this->template;
$show_flashheader = ($this->params->get("showFlashheader", 1) == 0)?"false":"true";
$show_logo = ($this->params->get("showLogo", 1) == 0)?"false":"true";
$show_date = ($this->params->get("showDate", 1) == 0)?"false":"true";
$show_breadcrumbs = ($this->params->get("showBreadcrumbs", 1) == 0)?"false":"true";
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd ">
<html xmlns=" www.w3.org/1999/xhtml " xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >
<head>
<jdoc:include type="head" />

<link rel="shortcut icon" href="<?php echo $this->baseurl; ?>/images/favicon.ico" />
<link href="<?php echo $this->baseurl ?>/templates/system/css/system.css" rel="stylesheet" type="text/css" />
<link href="<?php echo $this->baseurl ?>/templates/system/css/general.css" rel="stylesheet" type="text/css" />
<link href="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template?>/css/template_css.css" rel="stylesheet" type="text/css" />

<!--[if lte IE 6]>
<link rel="stylesheet" href="templates/<?php echo $this->template ?>/css/ie6.css" type="text/css" />
<![endif]-->

</head>
<body class="body_bg">
<div id="bgr">

<div id="wrapper">
<div id="tophead">
<?php if($this->countModules('user4')) : ?>
<div id="search">
<jdoc:include type="modules" name="user4" style="xhtml" />
</div>
<?php endif; ?>
<!-- BEGIN: LOGO -->
<?php if($show_logo == "true") : ?>
<div id="logo">
<a href="<?php echo $mosConfig_live_site;?>">
<img src="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template?>/images/logo.png" alt="" />
</a>
</div>
<?php endif; ?>
<!-- END: LOGO -->
<!-- BEGIN: flashheader -->
<?php if($show_flashheader == "true") : ?>
<div id="ol-flashheader">
<object type="application/x-shockwave-flash" data="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template?>/images/header.swf" width="700" height="240">
<param name="wmode" value="transparent" />
<param name="movie" value="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template?>/images/header.swf" />
</object>
</div>
<?php endif; ?>
<!-- END: flashheader -->

<!-- BEGIN: Date -->
<?php if($show_date == "true") : ?>
<div id="date-format">
<?php $now = &JFactory::getDate(); echo $now->toFormat("%A, %d %b %Y"); ?>
</div>
<?php endif; ?>
<!-- END: Date -->
</div>
<?php if( $this->countModules('user3') ) {?>
<div id="topcol">
<div id="topmenu">
<table cellspacing="0" cellpadding="0" style="float: left;">
<tr>
<td>
<jdoc:include type="modules" name="user3" />
</td>
</tr>
</table>
</div>
</div>
<?php } ?>

<div id="wrapper_2">
<div id="holder">
<!--pathway start-->
<?php if ($show_breadcrumbs == "true") : ?>
<div class="path">
You are here: <jdoc:include type="module" name="breadcrumbs" />
</div>
<?php endif; ?>
<!--pathway end-->

<div id="content">
<?php if($this->countModules('left') and JRequest::getCmd('layout') != 'form') : ?>
<div id="left">
<jdoc:include type="modules" name="left" style="rounded" />
</div>
<?php endif; ?>

<?php if($this->countModules('right') and JRequest::getCmd('layout') != 'form') : ?>
<div id="main">
<?php else: ?>
<div id="main_full">
<?php endif; ?>
<div class="nopad">
<jdoc:include type="message" />

<!-- BEGIN: USERS TEMPSPLASH -->
<div id="lr-padd">

<table class="lr-padd" cellspacing="2">
<tr valign="top">
<?php if( $this->countModules('user1') ) {?>
<td class="lr-padd">
<jdoc:include type="modules" name="user2" style="xhtml" />
</td>
<?php } ?>
<?php if( $this->countModules('user1') ) {?>
<td class="lr-padd">
<jdoc:include type="modules" name="user2" style="xhtml" />
</td>
<?php } ?>
</tr>
</table>

</div>
<!-- END: USERS TEMPSPLASH -->

<jdoc:include type="component" />
</div>
</div>

<?php if($this->countModules('right') and JRequest::getCmd('layout') != 'form') : ?>
<div id="right">
<jdoc:include type="modules" name="right" style="rounded" />
</div>
<?php endif; ?>
<div class="clr"></div>
</div>
</div>

<!--footer start-->
<div id="footer">
<div id="footer_in">
<div>
<div style="text-align: center; padding: 18px 0 0;">
<?php include (dirname(__FILE__).DS.'/footer.php');?>
</div>
</div>
</div>
</div>
<!--footer end-->
</div>
</div>
</div>
</div>
<jdoc:include type="modules" name="debug" />
</body>
</html>

Please Entrar ou Registrar to join the conversation.

Mais
15 anos 5 meses atrás #30793 por riccelly
riccelly replied the topic: Re: Template MixWebTemplates.com
vc conseguiu?

Sites Dinâmicos
[url:300s9oc2]http://www.lifeagenciaweb.com[/url:300s9oc2]

[b:300s9oc2]"Aprenda, mas compartilhe!
Vamos crescer juntos!"[/b:300s9oc2]

Please Entrar ou Registrar to join the conversation.

Mais
15 anos 3 meses atrás #34646 por guerd
guerd replied the topic: Re: Template MixWebTemplates.com
Olá!

Eu não entendi como remover!?

vocês conseguiram remover?

Se alguém conseguiu poderia compartilhar com a gente.

Um abraço a todos e vamos adiante!

Atenciosamente.

Otávio Guerd
[color=#FF4040:3tnxkawt][url:3tnxkawt]http://www.somicro.net[/url:3tnxkawt][/color:3tnxkawt]
[color=#0000FF:3tnxkawt][url:3tnxkawt]http://www.sohost.com.br[/url:3tnxkawt][/color:3tnxkawt]

Please Entrar ou Registrar to join the conversation.