Quero esse footer

5 participantes

Ver o tópico anterior Ver o tópico seguinte Ir para baixo

Tópico resolvido Quero esse footer

Mensagem por Load 28.08.14 18:44

  • Descrição:

  • Informações:
Fórum:http://webpixel.forum-pro.net/Versão:PHPBB3
Tipo:Pedido de códigoTags:Quero,footer

Load

Load
***

Membro desde : 12/07/2014
Mensagens : 143
Pontos : 212

https://ajuda.forumeiros.com/

Ir para o topo Ir para baixo

Principal Contribuidor

Tópico resolvido Re: Quero esse footer

Mensagem por Shek 29.08.14 16:13

Boa tarde!

Leia: https://ajuda.forumeiros.com/t51640-
https://ajuda.forumeiros.com/t65692-
https://ajuda.forumeiros.com/t79693-

Até mais!

Tópico movido de 'Questões sobre a aparência do fórum' para 'Questões sobre JavaScript & jQuery'
Shek

Shek
Principal Contribuidor
Principal Contribuidor

Membro desde : 11/04/2009
Mensagens : 18896
Pontos : 22793

https://shiftactive.blogspot.com/ https://www.facebook.com/ShiftActif https://twitter.com/ShiftActif

Ir para o topo Ir para baixo

Tópico resolvido Re: Quero esse footer

Mensagem por Load 29.08.14 16:21

Nenhuma dessas footers, e a que eu pedi..
Load

Load
***

Membro desde : 12/07/2014
Mensagens : 143
Pontos : 212

https://ajuda.forumeiros.com/

Ir para o topo Ir para baixo

Principal Contribuidor

Tópico resolvido Re: Quero esse footer

Mensagem por Shek 29.08.14 17:03

Os códigos passados resultam conforme pediu na imagem. Não há registros nos arquivos resolvidos de um código exatamente como aquele. É aconselhado que use os que foram-lhe indicados acima, pois, nós não temos acesso aos templates do fórum em questão.
Shek

Shek
Principal Contribuidor
Principal Contribuidor

Membro desde : 11/04/2009
Mensagens : 18896
Pontos : 22793

https://shiftactive.blogspot.com/ https://www.facebook.com/ShiftActif https://twitter.com/ShiftActif

Ir para o topo Ir para baixo

Tópico resolvido Re: Quero esse footer

Mensagem por DeeW. 29.08.14 19:04

A versão de seu fórum não bate com a mesma do fórum solicitado, mesmo sabendo disto, poderia me mandar seu overrall_footer_end?
DeeW.

DeeW.
****

Membro desde : 27/05/2014
Mensagens : 271
Pontos : 389

http://webpixel.forum-pro.net https://www.facebook.com/headbanger.d

Ir para o topo Ir para baixo

Tópico resolvido Re: Quero esse footer

Mensagem por Load 29.08.14 21:36

Tá aqui:
Código:
<!-- BEGIN html_validation -->
<!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">
<body>
<div>
   <div>
      <div>
         <div>
            <div>
               <div>
                  <div>
                     <ul>
                        <li>
<!-- END html_validation -->
                        </li>
                     </ul>
                     <!-- BEGIN switch_footer_links -->
                     <ul class="linklist clearfix">
                        <li class="rightside">
                           <!-- BEGIN footer_link -->
                              <!-- BEGIN switch_separator -->&nbsp;|&nbsp;<!-- END switch_separator -->
                              {switch_footer_links.footer_link.FOOTER_LINK_SEPARATOR}<a name="bottom" class="copyright" href="{switch_footer_links.footer_link.U_FOOTER_LINK_HREF}" rel="{switch_footer_links.footer_link.FOOTER_LINK_REL}" target="{switch_footer_links.footer_link.FOOTER_LINK_TARGET}" title="{switch_footer_links.footer_link.L_FOOTER_LINK_TITLE}">{switch_footer_links.footer_link.L_FOOTER_LINK_TEXT}</a>
                           <!-- END footer_link -->
                        </li>
                     </ul>
                     <!-- END switch_footer_links -->
                     <span class="corners-bottom"><span></span></span>
                  </div>
               </div>
               <p class="copyright">
                  <strong>{ADMIN_LINK}</strong>
               </p>
            </div>
            {PROTECT_FOOTER}
         </div>
      </div>
   </div>
</div>

<!-- BEGIN switch_facebook_login -->
<div id="fb-root"></div>
<script type="text/javascript">
//<![CDATA[
FB.init({
   appId: '{switch_facebook_login.FACEBOOK_APP_ID}',
    status: true,
    cookie: true,
    xfbml: true,
   oauth: true
});
//]]>
</script>
<!-- END switch_facebook_login -->

<!-- BEGIN switch_facebook_logout_TMP -->
<script type="text/javascript">
//<![CDATA[
FB.Event.subscribe('auth.logout', function(response) {
   if ($('a#logout'))
   {
      var lien_redir = $('a#logout').attr('href');

      if ($('a#logout').attr('href') && $('a#logout').attr('href') != '')
      {
         document.location.href = 'http://{switch_facebook_logout.SERVER_NAME}/' + lien_redir;
      }
   }
});

$(document).ready( function() {
   $('a#logout').click( function() {
      FB.logout();
   } );
} );
//]]>
</script>
<!-- END switch_facebook_logout_TMP -->

<script type="text/javascript">
//<![CDATA[
   fa_endpage();
//]]>
</script>

</body>
</html>
Load

Load
***

Membro desde : 12/07/2014
Mensagens : 143
Pontos : 212

https://ajuda.forumeiros.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: Quero esse footer

Mensagem por Alex Habilidade 30.08.14 22:16

Olá,

Adicione o código abaixo em sua folha CSS:
Código:

#pun-navlinks, #pun-foot {
backgorund-color: #000;
}
#pun-foot {
border-top: 5px solid rgb(33, 200, 255);
margin: 0px;
color: rgb(102, 102, 102);
}
#pun-foot {
clear: both;
}


Salve, em seguida troque o template por este:
Código:

<!-- BEGIN html_validation -->
<!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">
<body>
<div>
   <div>
      <div>
         <div>
            <div>
               <div>
                  <ul>
                     <li>
<!-- END html_validation -->
                     </li>
                  </ul>
                  <!-- BEGIN switch_footer_links -->
                  <ul>
                     <li>
                        <!-- BEGIN footer_link -->
                           <!-- BEGIN switch_separator -->&nbsp;|&nbsp;<!-- END switch_separator -->
                           {switch_footer_links.footer_link.FOOTER_LINK_SEPARATOR}<a name="bottom" class="copyright" href="{switch_footer_links.footer_link.U_FOOTER_LINK_HREF}" rel="{switch_footer_links.footer_link.FOOTER_LINK_REL}" target="{switch_footer_links.footer_link.FOOTER_LINK_TARGET}" title="{switch_footer_links.footer_link.L_FOOTER_LINK_TITLE}">{switch_footer_links.footer_link.L_FOOTER_LINK_TEXT}</a>
                        <!-- END footer_link -->
                     </li>
                  </ul>
                  <!-- END switch_footer_links -->
               </div>
               <br />
               <p class="center">
                  <strong>{ADMIN_LINK}</strong>
               </p>
            </div>
            {PROTECT_FOOTER}
         </div>
      </div>
   </div>
</div>
<div id="pun-foot"><div id="pun-about" class="clearfix"><form action="/viewforum" method="get" name="jumpbox" onsubmit="if(document.jumpbox.f.value == -1){return false;}" id="qjump"><fieldset><p><label>Ir para:&nbsp;</label></p><select name="selected_id" onchange="if(this.options[this.selectedIndex].value != -1){ forms['jumpbox'].submit() }"><option value="-1">Selecionar um fórum</option><option value="-1"></option><option value="-1">|</option><option txt=" vrai  " value="c1">|--SP-Design</option><option txt=" vrai  " value="f1">|&nbsp;&nbsp;&nbsp;|--Anúncios e modificações</option><option txt=" vrai  " value="f3">|&nbsp;&nbsp;&nbsp;|--&nbsp;</option><option txt=" vrai  " value="f6">|&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;|--Regras e Staff</option><option txt=" vrai  " value="f24">|&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;|--&nbsp;</option><option value="-1">|&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</option><option txt=" vrai  " value="f12">|&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;|--Tutoriais e Dicas</option><option txt=" vrai  " value="f31">|&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|--Tutoriais sobre Programação</option><option txt=" vrai  " value="f16">|&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|--Photoshop</option><option txt=" vrai  " value="f17">|&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|--Sites</option><option txt=" vrai  " value="f9">|&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|--Vídeo-Tutoriais</option><option txt=" vrai  " value="f21">|&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|--Outros tutoriais, e recursos</option><option txt=" vrai  " value="f55">|&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|--Proponha-nos seu Tutorial</option><option value="-1">|&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</option><option txt=" vrai  " value="f4">|&nbsp;&nbsp;&nbsp;|--&nbsp;</option><option txt=" vrai  " value="f7">|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|--Apresente-se</option><option value="-1">|&nbsp;&nbsp;&nbsp;</option><option txt=" vrai  " value="c2">|--Área Design</option><option txt=" vrai  " value="f11">|&nbsp;&nbsp;&nbsp;|--Pedidos Gráficos</option><option txt=" vrai  " value="f65">|&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;|--Pedidos Animados</option><option txt=" vrai  " value="f13">|&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;|--Arquivos: Pedidos finalizados</option><option value="-1">|&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</option><option txt=" vrai  " value="f22">|&nbsp;&nbsp;&nbsp;|--Pedidos de Códigos</option><option txt=" vrai  " value="f14">|&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;|--Questões resolvidas</option><option value="-1">|&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</option><option txt=" vrai  " value="f25">|&nbsp;&nbsp;&nbsp;|--Vitrine</option><option txt=" vrai  " value="f26">|&nbsp;&nbsp;&nbsp;|--Temas</option><option txt=" vrai  " value="f91">|&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;|--Envie seu Tema</option><option txt=" vrai  " value="f71">|&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;|--PHPbb2</option><option txt=" vrai  " value="f72">|&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;|--PHPbb3</option><option txt=" vrai  " value="f73">|&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;|--PunBB</option><option txt=" vrai  " value="f74">|&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;|--Invision</option><option value="-1">|&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</option><option txt=" vrai  " value="f27">|&nbsp;&nbsp;&nbsp;|--Recursos</option><option txt=" vrai  " value="f28">|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|--Recursos Gráficos</option><option txt=" vrai  " value="f29">|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|--Recursos de Web Scrip</option><option value="-1">|&nbsp;&nbsp;&nbsp;</option><option txt=" vrai  " value="c3">|--Entretenimento</option><option txt=" vrai  " value="f87">|&nbsp;&nbsp;&nbsp;|--Parceria</option><option txt=" vrai  " value="f90">|&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;|--Parcerias "Firmadas"</option><option value="-1">|&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</option><option txt=" vrai  " value="f30">|&nbsp;&nbsp;&nbsp;|--Notícias</option><option txt=" vrai  " value="f18">|&nbsp;&nbsp;&nbsp;|--Entretenimento</option><option txt=" vrai  " value="f20">|&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;|--Memes</option><option txt=" vrai  " value="f56">|&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;|--Animes em Geral.</option><option value="-1">|&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</option><option txt=" vrai  " value="f19">|&nbsp;&nbsp;&nbsp;|--Games</option><option txt=" vrai  " value="c5">|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|--Detonados</option><option txt=" vrai  " value="f48">|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;|--Detonados de Games</option><option value="-1">|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</option><option txt=" vrai  " value="c6">|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|--Dicas</option><option txt=" vrai  " value="f49">|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;|--Cheats</option><option value="-1">|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</option><option txt=" vrai  " value="c7">|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|--Downloads</option><option txt=" vrai  " value="f50">|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;|--Downloads de Games</option><option value="-1">|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</option><option txt=" vrai  " value="c8">|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|--Lançamentos</option><option txt=" vrai  " value="f51">|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|--Lançamentos</option><option value="-1">|&nbsp;&nbsp;&nbsp;</option><option txt=" vrai  " value="c4">|--MISCELÂNEA</option><option txt=" vrai  " value="f15">&nbsp;&nbsp;&nbsp;&nbsp;|--Necessidade dum Administrador</option><option txt=" vrai  " value="f8">&nbsp;&nbsp;&nbsp;&nbsp;|--Sugestões para este fórum</option><option txt=" vrai  " value="f58">&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;|--Sugestões Aceitas</option><option txt=" vrai  " value="f60">&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;|--Sugestões em Estudo</option><option txt=" vrai  " value="f59">&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;|--Sugestões Recusadas</option><option value="-1">&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</option><option txt=" vrai  " value="f10">&nbsp;&nbsp;&nbsp;&nbsp;|--Área Livre</option><option txt=" vrai  " value="f2">&nbsp;&nbsp;&nbsp;&nbsp;|--Lixeira</option><option txt=" vrai  " value="f47">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|--&nbsp;esse</option><option txt=" vrai  " value="f33">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|--&nbsp;</option><option txt=" vrai  " value="f37">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;|--Informática &amp; Internet</option><option txt=" vrai  " value="f38">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;|--Música &amp; Rádio</option><option value="-1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</option><option txt=" vrai  " value="f32">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|--&nbsp;</option><option txt=" vrai  " value="f39">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;|--Jogos &amp; RPG</option><option txt=" vrai  " value="f40">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;|--Esporte e Lazer</option><option value="-1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</option><option txt=" vrai  " value="f34">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|--&nbsp;</option><option txt=" vrai  " value="f41">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;|--Arte, cultura, cinema e teatro</option><option txt=" vrai  " value="f42">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;|--Ciência e Conhecimento</option><option value="-1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</option><option txt=" vrai  " value="f35">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|--</option><option txt=" vrai  " value="f43">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;|--Natureza &amp; Espaço</option><option txt=" vrai  " value="f44">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;|--Cidadania &amp; Sociedade</option><option value="-1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</option><option txt=" vrai  " value="f36">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|--</option><option txt=" vrai  " value="f45">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|--Outros assuntos</option><option txt=" vrai  " value="f46">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|--Divulgação de blogs</option></select><input type="hidden" name="tid" value="036cfba3cafe55a6e9800998ecf8427e">&nbsp;<input type="submit" value="Ir"></fieldset></form><ul><li><strong><a href="http://www.forumeiros.com/criar-forum/phpbb3" target="_blank">Fórum grátis</a></strong>&nbsp;|&nbsp;<span class="gensmall">©</span> <a href="http://www.forumeiros.com/punbb" target="_blank">PunBB</a>&nbsp;|&nbsp;<a name="bottom" href="http://ajuda.forumeiros.com/" target="_blank">Fórum grátis de ajuda</a>&nbsp;|&nbsp;<a name="bottom" href="/contact" rel="nofollow">Fale conosco</a>&nbsp;|&nbsp;<a href="/abuse?page=%2F&amp;report=1" rel="nofollow">Assinalar uma queixa</a>&nbsp;|&nbsp;<strong><a href="http://www.forumeiros.com" target="_blank">Fórum grátis</a></strong></li></ul><br><b>Atualizado com e-referrer</b><br><a href="http://spublicidade.forumeiros.com/f10-criar-publicacao"><strong>Publicidade </strong></a> | <a href="/t54-parceria"><strong> SEJA NOSSO PARCEIRO </strong></a><br><!--
---------------><a href="http://www.narutorpgfuture.com/" target="_blank"><img src="http://i42.servimg.com/u/f42/17/32/13/00/f6lkl110.png" alt="Naruto Rpg Future" border="0" height="30" class="acende"></a><a href="http://www.narutorpgakatsuki.com/" target="_blank"><img src="http://i42.servimg.com/u/f42/17/32/13/00/2dmbg510.png" border="0" class="acende"></a><a href="http://animestar.4rumer.com/" target="_blank"><img src="http://img369.imageshack.us/img369/5318/88x31ascopy.jpg" border="0" height="30" class="acende"></a><a href="http://hightech.forumeiro.com" target="_blank"><img src="http://i42.servimg.com/u/f42/17/22/64/37/t22j210.png" border="none" height="30" class="acende"></a><a href="http://www.forum-webpixel.net" target="_blank"><img src="http://i42.servimg.com/u/f42/17/32/13/00/m3gjx10.png" border="none" height="30" class="acende"></a><a href="http://www.lespowerinfo.co.cc/" target="_blank"><img src="http://i43.tinypic.com/2u47odi.png" alt="Les power info" width="88" height="31" class="acende"></a><a href="http://br-design.forumeiros.com" target="_blank"><img src="http://i1135.photobucket.com/albums/m622/Mazeko1/90x35.png" width="88" height="31" class="acende"></a><a href="http://masterexp.forumeiro.com/" target="_blank"><img src="http://i42.tinypic.com/1zf7ri8.jpg" alt="Master Exp" width="88" height="31" class="acende"></a><a href="http://bleachfuturerpg.forumeiros.com/forum"><img src="http://img641.imageshack.us/img641/3796/bleachfuture.gif" width="88" height="31" class="acende"></a><a href="http://shift.forumactif.com/" target="_blank"><img src="http://i43.servimg.com/u/f43/17/53/16/77/banner12.png" alt="Shiftactif" width="88" height="31" class="acende"></a><!--
segundo linha--><a href="http://listptc.forumeiros.com/" target="_blank"><img src="http://img207.imageshack.us/img207/6891/logo2mq.png" width="88" height="31" class="acende"></a><a href="http://www.narutocfb.livreforum.com/" target="_blank"><img src="http://narutocursedfight.com.br/images/88x31.png" width="88" height="31" class="acende"></a><a href="http://temas.forumeiros.net/" target="_blank"><img src="http://i25.servimg.com/u/f25/15/35/76/02/fdt10.png" width="88" height="31" class="acende"></a><a href="http://publicitario.forumeiros.com/"><img src="http://i42.servimg.com/u/f42/17/22/64/37/banner13.jpg" width="88" height="31" class="acende"></a><a href="http://rk-cheaters.forumais.com/" target="_blank"><img src="http://i1211.photobucket.com/albums/cc436/renekurudz/RK-Cheaters/propagandaRK2.png" width="88" height="31" class="acende"></a><a href="http://www.fmcodes.com" title="The forum of Codes"><img src="http://i49.servimg.com/u/f49/17/19/90/23/e-foru12.png" border="0" alt="The forum of Codes" width="88" height="31" class="acende"></a><a href="http://mundododesign.ativoforum.com/" class="postlink" target="_blank" rel="nofollow"><img src="http://i.imgur.com/BQWcW.gif" width="88" height="31" class="acende"></a><a href="http://narutosupremext1.forumeiros.com/" class="postlink"><img src="http://i.imgur.com/WkuKA.gif" width="88" height="31" class="acende"></a><a href="http://www.x-geek.co.cc/" target="_blank" rel="nofollow"><img src="http://i46.servimg.com/u/f46/17/36/33/20/banner10.png" width="88" height="31" class="acende"></a><a href="http://superonzestory.forumeiros.com/" target="_blank" rel="nofollow"><img src="http://i44.servimg.com/u/f44/17/04/52/38/banner10.gif" width="88" height="31" class="acende"></a><a href="http://spublicidade.forumeiros.com/" target="_blank"><img src="http://i43.servimg.com/u/f43/17/53/16/77/88x31_10.png" border="0/"></a><a href="http://www.cataclysm.web-rpg.com/" target="_blank"><img src="http://i.imgur.com/CAS8M.png" width="88" height="31" class="acende"></a><a href="http://www.colmeia.blog.br/" target="_blank"><img src="http://img.colmeia.blog.br/ColmeiaStatic_120x60.gif" width="88" height="31" class="acende"></a><a href="http://ueba.com.br/" target="_blank"><img src="http://ueba.com.br/temas/Ueba/img/selo_ueba120x60.jpg" width="88" height="31" class="acende"></a><a href="http://skayzone.forumais.com/" target="_blank"><img src="http://i.imgur.com/sTnuP.jpg" width="88" height="31" class="acende"></a><div class="rlinks"><ul><li><a name="bottom" class="copyright" href="http://www.codigosnaweb.com/" rel="follow" target="_blank" title="Codigos na Web">Codigos na Web</a>&nbsp;|&nbsp;<a name="bottom" class="copyright" href="http://www.narutorpgfuture.com/" rel="nofollow" target="_blank" title="Naruto Rpg Future">Naruto Rpg Future</a>&nbsp;|&nbsp;<a name="bottom" class="copyright" href="http://spdesign.ativoforum.com/" rel="follow" target="_blank" title="teste">http://spdesign.ativoforum.com/</a></li></ul></div></div><br><p class="center"><strong></strong></p><center><strong>2012 © SP-Design - Ajuda na criação de códigos e na aparência de seu Fórum™ - Design de Cyllaz - Todos os direitos reservados ®</strong></center><br></div>
<!-- BEGIN switch_facebook_login -->
<div id="fb-root"></div>
<script type="text/javascript">
//<![CDATA[
FB.init({
   appId: '{switch_facebook_login.FACEBOOK_APP_ID}',
    status: true,
    cookie: true,
    xfbml: true,
   oauth: true
});
//]]>
</script>
<!-- END switch_facebook_login -->

<!-- BEGIN switch_facebook_logout_TMP -->
<script type="text/javascript">
//<![CDATA[
FB.Event.subscribe('auth.logout', function(response) {
   if ($('a#logout'))
   {
      var lien_redir = $('a#logout').attr('href');

      if ($('a#logout').attr('href') && $('a#logout').attr('href') != '')
      {
         document.location.href = 'http://{switch_facebook_logout.SERVER_NAME}/' + lien_redir;
      }
   }
});

$(document).ready( function() {
   $('a#logout').click( function() {
      FB.logout();
   } );
} );
//]]>
</script>
<!-- END switch_facebook_logout_TMP -->

<script type="text/javascript">
//<![CDATA[
   fa_endpage();
//]]>
</script>

</body>
</html>

Não esqueça de publicar!
Alex Habilidade

Alex Habilidade
Hiper Membro

Membro desde : 10/01/2011
Mensagens : 2795
Pontos : 3774

http://www.gzhabilidade.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: Quero esse footer

Mensagem por Load 01.09.14 15:53

Pode fechar.
Até!
Load

Load
***

Membro desde : 12/07/2014
Mensagens : 143
Pontos : 212

https://ajuda.forumeiros.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: Quero esse footer

Mensagem por waghcwb 12.09.14 17:20

Tópico movido de Questões sobre Javascript para Questões resolvidas
waghcwb

waghcwb
Membro

Membro desde : 07/09/2012
Mensagens : 734
Pontos : 1097

http://punbb.forumeiros.com

Ir para o topo Ir para baixo

Ver o tópico anterior Ver o tópico seguinte Ir para o topo


Permissões neste sub-fórum
Não podes responder a tópicos