Mudar libnk da logo da index
- riccelly
-
Autor do Tópico
- Offline
- JCB! Geek
-
Menos
Mais
13 anos 2 meses atrás #77007
por riccelly
Sites Dinâmicos
[url:300s9oc2]http://www.lifeagenciaweb.com[/url:300s9oc2]
[b:300s9oc2]"Aprenda, mas compartilhe!
Vamos crescer juntos!"[/b:300s9oc2]
riccelly created the topic: Mudar libnk da logo da index
ola pessoal, como axar o arquivo para editar o link da logo?
nao consegui pelo firebug.
site: equipebarbosa.com
atualmente o link é: equipebarbosa.com/site
kero atualizar p/: equipebarbosa.com/site/index.php
nao consegui pelo firebug.
site: equipebarbosa.com
atualmente o link é: equipebarbosa.com/site
kero atualizar p/: equipebarbosa.com/site/index.php
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.
- masinfox
-
- Offline
- JCB! Master
-
13 anos 2 meses atrás #77012
por masinfox
[url=http://www.masinfox.com:59pl1xnr][b:59pl1xnr][color=#0040BF:59pl1xnr]www.masinfox.com[/color:59pl1xnr][/b:59pl1xnr][/url:59pl1xnr]
masinfox replied the topic: Re: Mudar libnk da logo da index
vai no index.php do template e localiza a div com ID logo, localiza o trecho em php que deve estar deste modo <? echo this->baseurl; ?> dai é só acrescentar /index.php, deve ficar assim <? echo this->baseurl; ?>/index.php
[url=http://www.masinfox.com:59pl1xnr][b:59pl1xnr][color=#0040BF:59pl1xnr]www.masinfox.com[/color:59pl1xnr][/b:59pl1xnr][/url:59pl1xnr]
Please Entrar ou Registrar to join the conversation.
- riccelly
-
Autor do Tópico
- Offline
- JCB! Geek
-
13 anos 2 meses atrás #77224
por riccelly
Sites Dinâmicos
[url:300s9oc2]http://www.lifeagenciaweb.com[/url:300s9oc2]
[b:300s9oc2]"Aprenda, mas compartilhe!
Vamos crescer juntos!"[/b:300s9oc2]
riccelly replied the topic: Re: Mudar libnk da logo da index
olha a index nao tem essa parte q vc escreveu.
<?php
//no direct accees
defined ('_JEXEC') or die ('resticted aceess');
require_once(dirname(__FILE__).DS.'lib'.DS.'helix.php');
?>
<!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>
<?php
$helix->loadHead();
$helix->addCSS('template.css,joomla.css,custom.css,modules.css,typography.css,css3.css');
if ($helix->isRTL()) $helix->addCSS('template_rtl.css');
$helix->getStyle();
?>
</head>
<?php $helix->addFeatures('ie6warn'); ?>
<body class="bg clearfix">
<?php $helix->addFeatures('toppanel'); ?>
<div class="clr"></div>
<div class="sp-wrap clearfix">
<div id="header" class="clearfix">
<?php $helix->addFeatures('logo,fontsizer') ?>
<?php $helix->addModules("search") ?>
</div>
<?php $helix->addFeatures('hornav') //Main navigation ?>
<?php $helix->addModules("breadcrumbs") //position breadcrumbs ?>
<?php $helix->addModules("slides") //position slides ?>
<?php $helix->addModules('user1, user2, user3, user4, user5, user6', 'sp_flat', 'sp-userpos', '', true); //positions user1-user6 ?>
<div class="clearfix">
<?php $helix->loadLayout(); //mainbody ?>
</div>
<?php $helix->addModules('bottom1, bottom2, bottom3, bottom4, bottom5, bottom6', 'sp_flat', 'sp-bottom', '',true) //positions bottom1-bottom6 ?>
<div id="sp-footer" class="clearfix">
<?php $helix->addFeatures('helixlogo'); /*--- Helix logo ---*/?>
<div class="cp">
<?php $helix->addFeatures('copyright,jcredit,validator') /*--- copyright, brand, jcredit, validator feature---*/ ?>
<!-- You need to purchase copyright removal license from http://www.joomshaper.com/pricing?tab=copyright in order to remove brand/www.joomshaper.com link. -->
</div>
<?php $helix->addFeatures('totop') ?>
<?php $helix->addModules("footer-nav") ?>
</div>
</div>
<?php $helix->addFeatures('analytics,jquery,ieonly'); /*--- analytics, jquery and ieonly features ---*/?>
<?php $helix->compress(); /* --- Compress CSS and JS files --- */ ?>
<?php $helix->getFonts() /*--- Standard and Google Fonts ---*/?>
<jdoc:include type="modules" name="debug" />
</body>
</html>
<?php
//no direct accees
defined ('_JEXEC') or die ('resticted aceess');
require_once(dirname(__FILE__).DS.'lib'.DS.'helix.php');
?>
<!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>
<?php
$helix->loadHead();
$helix->addCSS('template.css,joomla.css,custom.css,modules.css,typography.css,css3.css');
if ($helix->isRTL()) $helix->addCSS('template_rtl.css');
$helix->getStyle();
?>
</head>
<?php $helix->addFeatures('ie6warn'); ?>
<body class="bg clearfix">
<?php $helix->addFeatures('toppanel'); ?>
<div class="clr"></div>
<div class="sp-wrap clearfix">
<div id="header" class="clearfix">
<?php $helix->addFeatures('logo,fontsizer') ?>
<?php $helix->addModules("search") ?>
</div>
<?php $helix->addFeatures('hornav') //Main navigation ?>
<?php $helix->addModules("breadcrumbs") //position breadcrumbs ?>
<?php $helix->addModules("slides") //position slides ?>
<?php $helix->addModules('user1, user2, user3, user4, user5, user6', 'sp_flat', 'sp-userpos', '', true); //positions user1-user6 ?>
<div class="clearfix">
<?php $helix->loadLayout(); //mainbody ?>
</div>
<?php $helix->addModules('bottom1, bottom2, bottom3, bottom4, bottom5, bottom6', 'sp_flat', 'sp-bottom', '',true) //positions bottom1-bottom6 ?>
<div id="sp-footer" class="clearfix">
<?php $helix->addFeatures('helixlogo'); /*--- Helix logo ---*/?>
<div class="cp">
<?php $helix->addFeatures('copyright,jcredit,validator') /*--- copyright, brand, jcredit, validator feature---*/ ?>
<!-- You need to purchase copyright removal license from http://www.joomshaper.com/pricing?tab=copyright in order to remove brand/www.joomshaper.com link. -->
</div>
<?php $helix->addFeatures('totop') ?>
<?php $helix->addModules("footer-nav") ?>
</div>
</div>
<?php $helix->addFeatures('analytics,jquery,ieonly'); /*--- analytics, jquery and ieonly features ---*/?>
<?php $helix->compress(); /* --- Compress CSS and JS files --- */ ?>
<?php $helix->getFonts() /*--- Standard and Google Fonts ---*/?>
<jdoc:include type="modules" name="debug" />
</body>
</html>
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.