diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2008-11-22 18:01:52 -0500 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2008-11-22 18:01:52 -0500 |
commit | 284226706885e3b40769dea5853a95e2b32efda8 (patch) | |
tree | 77392f8cdb81eb805660b433c0ae9cfac7174607 /pages/fourm.php | |
parent | 3796eb62b5a6a959d1a45697e08998adf7fd78a3 (diff) | |
download | fourisland-284226706885e3b40769dea5853a95e2b32efda8.tar.gz fourisland-284226706885e3b40769dea5853a95e2b32efda8.tar.bz2 fourisland-284226706885e3b40769dea5853a95e2b32efda8.zip |
Created the 6th layout
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 | ?> |