SMFPT - Suporte e Manutenção de Fórum em Português

SMF 1.1.x (Móbulos Manual) => Problemas e soluções de modificação => Webmaster Modificações => Tópico iniciado por: candidosa2 em 12 de Dezembro de 2010, 07:06

Título: Palavras para adicionar ao Google
Enviado por: candidosa2 em 12 de Dezembro de 2010, 07:06
Demo esta aqui

http://forum.joomla.co.mz/index.php?topic=1259.0


Display.template.php

Código: [Seleccione]
// As before, build the custom button right.
if ($context['can_add_poll'])
$normal_buttons['custom'] = array('text' => 'add_poll', 'image' => 'add_poll.gif', 'lang' => true, 'url' => $scripturl . '?action=editpoll;add;topic=' . $context['current_topic'] . '.' . $context['start'] . ';sesc=' . $context['session_id']);
elseif ($context['user']['is_logged'] && $settings['show_mark_read'])
$normal_buttons['custom'] = array('text' => 'mark_unread', 'image' => 'markunread.gif', 'lang' => true, 'url' => $scripturl . '?action=markasread;sa=topic;t=' . $context['mark_unread_time'] . ';topic=' . $context['current_topic'] . '.' . $context['start'] . ';sesc=' . $context['session_id']);


Código: [Seleccione]
// Google Words Modu LordSebo & ErKuT

echo '
<br />
<table width="98%" align="center" cellpadding="5" cellspacing="1"  style="border: 1px solid #D9D9D9; background-color: #FDFDFD;">
<tr>
<td align="center" valign="middle" class="windowbg2">
                     
                     <br>

<b>Google Words:</b> ', $context['subject'], ' webdesign, ', $context['subject'], ' Joomlamz, ', $context['subject'], ' Programas, ', $context['subject'], ' Smfpt, ', $context['subject'], ' Download, ', $context['subject'], ' Temas, ', $context['subject'], ' templates, ', $context['subject'], ' Modulo, ', $context['subject'], ' Baixar,
', $context['subject'], ' Aplic, ', $context['subject'], ' Video, ', $context['subject'], ' Tutorial, ', $context['subject'], ' extensao,
</td>
</tr>
  </table>';