Modérateur: Modérateurs
SeO a écrit:Bah si -http://scenefrancaise.fr/viewtopic.php?f=5&t=371&p=5654&e=5654 marche maintenant, et c'est celui qui est envoyé.
L'autre, tu le verras plus.

if ($user->data['user_id'] == ANONYMOUS)
{
// www.phpBB-SEO.com SEO TOOLKIT BEGIN
login_box(append_sid("{$phpbb_root_path}viewtopic.$phpEx", "f=$forum_id&t=$topic_id&p=$post_id&e=$jump_to"), $user->lang['LOGIN_NOTIFY_TOPIC']);
// www.phpBB-SEO.com SEO TOOLKIT END
}
if ($jump_to > 0)
{
// We direct the already logged in user to the correct post...
// www.phpBB-SEO.com SEO TOOLKIT BEGIN
redirect(append_sid("{$phpbb_root_path}viewtopic.$phpEx", "f=$forum_id&t=$topic_id" . ((!$post_id) ? "&p=$jump_to" : "&p=$post_id")) . "#p$jump_to");
// www.phpBB-SEO.com SEO TOOLKIT END
} // www.phpBB-SEO.com SEO TOOLKIT BEGIN
if ($jump_to > 0)
{
if ($user->data['user_id'] == ANONYMOUS)
{
login_box(append_sid("{$phpbb_root_path}viewtopic.$phpEx", "f=$forum_id&t=$topic_id" . ((!$post_id) ? "&p=$jump_to" : "&p=$post_id")) . "#p$jump_to", $user->lang['LOGIN_NOTIFY_TOPIC']);
} else {
// We direct the already logged in user to the correct post...
redirect(append_sid("{$phpbb_root_path}viewtopic.$phpEx", "f=$forum_id&t=$topic_id" . ((!$post_id) ? "&p=$jump_to" : "&p=$post_id")) . "#p$jump_to");
}
}
// www.phpBB-SEO.com SEO TOOLKIT END
Retourner vers Premod phpBB SEO
Utilisateurs parcourant ce forum: Aucun utilisateur enregistré et 2 invités