diff options
Diffstat (limited to 'pages/fourm.php')
-rwxr-xr-x | pages/fourm.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pages/fourm.php b/pages/fourm.php index 41ae0a1..ee8b0f7 100755 --- a/pages/fourm.php +++ b/pages/fourm.php | |||
@@ -22,6 +22,10 @@ if (!defined('S_INCLUDE_FILE')) {define('S_INCLUDE_FILE',1);} | |||
22 | 22 | ||
23 | require('headerproc.php'); | 23 | require('headerproc.php'); |
24 | 24 | ||
25 | echo('<DIV ID="phpbb3-bubble">'); | ||
26 | |||
25 | include('fourm/link.php'); | 27 | include('fourm/link.php'); |
26 | 28 | ||
29 | echo('</DIV>'); | ||
30 | |||
27 | ?> | 31 | ?> |