Eléphanteau du PHP |
16 Messages
11 nov. 2008, 00:12
toujours rien
je ne sais pas si ça peut aider, mais voilà mon fichier videos.php qui fait référence à ce fameux fichier html :
<?php
define('IN_PHPBB', true);
$phpbb_root_path = './';
$phpEx = substr(strrchr(__FILE__, '.'), 1);
include($phpbb_root_path . 'common.' . $phpEx);
// Start session management
$user->session_begin();
$auth->acl($user->data);
$user->setup();
page_header('...:::PUISSANCE-MGD.COM:::...');
$template->set_filenames(array(
'body' => 'videos_body.html',
));
make_jumpbox(append_sid("{$phpbb_root_path}viewforum.$phpEx"));
page_footer();
?>
Modifié en dernier par
le-coyote le 11 nov. 2008, 00:16, modifié 1 fois.