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

Customizing SMF => Portal System para SMF => Mk Portal => Tópico iniciado por: candidosa2 em 06 de Janeiro de 2008, 18:30

Título: smf-mkportal
Enviado por: candidosa2 em 06 de Janeiro de 2008, 18:30
/Sources/Subs.php

Pesquisar por
Código: [Seleccione]
// For session check verfication.... don't switch browsers...
$_SESSION['USER_AGENT'] = $_SERVER['HTTP_USER_AGENT'];


Alterar colocar...

Código: [Seleccione]
//added from MKportal
if ($header !== false && in_array('main', $context['template_layers'])) {
define ( 'IN_MKP', 1 );
require_once "../mkportal/include/SMF/smf_out.php";
mkportal_board_out();
}
//end added