Что здесь надо изменить чтоб див клас хедер выводился слева а не с права ???? <?php if($this->countModules('left and right') == 0) $contentwidth = "100"; if($this->countModules('left or right') == 1) $contentwidth = "80"; if($this->countModules('left and right') == 1) $contentwidth = "60"; ?> <body> <div id="wrap"> <div id="body-1"> <div id="header_bg"></div> <div id="header"> <div class="inside"> <jdoc:include type="modules" name="header" style="xhtml" /> <div id="breadcrumbs"> <div> <jdoc:include type="module" name="breadcrumbs" style="none" /> </div> </div> </div> </div> </div>