summary refs log tree commit diff stats
path: root/pages/fourm.php
diff options
context:
space:
mode:
Diffstat (limited to 'pages/fourm.php')
-rwxr-xr-xpages/fourm.php4
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
23require('headerproc.php'); 23require('headerproc.php');
24 24
25echo('<DIV ID="phpbb3-bubble">');
26
25include('fourm/link.php'); 27include('fourm/link.php');
26 28
29echo('</DIV>');
30
27?> 31?>