Mam stronę postawioną na joomli i forum phpbb3. Header mojej joomli wygląda tak:
Kod PHP:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language?>" lang="<?php echo $this->language?>" >
<head>
<jdoc:include type="head" />
<link rel="stylesheet" href="templates/_system/css/general.css" type="text/css" />
<link rel="stylesheet" href="templates/<?php echo $this->template ?>/css/styl.css" type="text/css" /><!--[if IE 7]>
    <link href="templates/<?php echo $this->template ?>/css/ie7only.css" rel="stylesheet" type="text/css" />
<![endif]-->
<!--[if lte IE 6]>
    <link href="templates/<?php echo $this->template ?>/css/ie6only.css" rel="stylesheet" type="text/css" />
<![endif]-->
</head>
<body>
    <div id="strona">

        <div id="rss">
            <jdoc:include type="modules" name="rss" style="xhtml" />
        </div>
        
        <div id="header">
            <div id="logo">
                <jdoc:include type="modules" name="logo" style="xhtml" />
            </div>
            <div id="szukaj">
                <jdoc:include type="modules" name="szukaj" style="xhtml" />
            </div>
        </div>
        
        <div id="nav">
            <div id="menu">
                <jdoc:include type="modules" name="menu" style="xhtml" />
            </div>
            <div id="kreska">
            </div>
            <div id="kreska1">
            </div>
i teraz moje pytanie jak muszę to przekształcić, pozatym że zrobiłem bezpośrednie ścierzki dostępu aby te moduły wyświetliły się po wstawieniu tego kodu w Headerze mojego forum?