Sacar esto de mi theme

Started by SampleWEBM, September 08, 2017, 03:28:56 PM

Previous topic - Next topic

d3vcho

Adjunta el archivo index.template.php del tema que estés usando, por favor
"Greeting Death as an old friend, they departed this life as equals"

SampleWEBM

Quote from: d3vcho(); on September 08, 2017, 03:38:11 PM
Adjunta el archivo index.template.php del tema que estés usando, por favor

d3vcho

Prueba a sustituirlo por este otro;
"Greeting Death as an old friend, they departed this life as equals"

SampleWEBM

No, muy bugeado el index que pasaste bro.

Dhayzon

solo se tiene que borrar esto, ya se que es muy tarde pero tenia tiempo xD



<div id="search">
<form action="', $scripturl, '?action=search2" method="post" accept-charset="', $context['character_set'], '">
<input type="text" name="search" value="', $txt['forum_search'], '" onfocus="this.value = \'\';" onblur="if(this.value==\'\') this.value=\'', $txt['forum_search'], '\';" />
<input type="submit" name="submit" value="" />';

// Search within current topic?
if (!empty($context['current_topic']))
echo '
<input type="hidden" name="topic" value="', $context['current_topic'], '" />';

// If we're on a certain board, limit it to this board ;).
elseif (!empty($context['current_board']))
echo '
<input type="hidden" name="brd[', $context['current_board'], ']" value="', $context['current_board'], '" />';

echo '
</form>
</div>

Advertisement: