예제 #1
0
파일: index.php 프로젝트: Kim-Denis/project
<jdoc:include type="modules" name="banner5" style="xhtml" />
</div>
<?php 
if ($this->countModules('right')) {
    ?>
<div class="sidebar2"><jdoc:include type="modules" name="right" style="artblock" />
</div>
<?php 
}
?>

</div>
<div class="cleared"></div>

<?php 
echo artxPositions($this, array('bottom1', 'bottom2', 'bottom3'), 'artblock');
?>
<jdoc:include type="modules" name="banner6" style="xhtml" />
<div class="Footer">
 <div class="Footer-inner">
  <div class="Footer-text">
  <?php 
if ($this->countModules('copyright') == 0) {
    ?>
<p><br/>
&copy; 2009 <a href="index.php"><?php 
    echo $mainframe->getCfg('sitename');
    ?>
</a></p>

  <?php 
}
?>
<jdoc:include type="component" />

<?php 
echo artxModules($document, 'banner4', 'art-nostyle');
echo artxPositions($document, array('user4', 'user5'), 'art-article');
echo artxModules($document, 'banner5', 'art-nostyle');
?>
</div>

</div>
<div class="cleared"></div>

<?php 
echo artxPositions($document, array('bottom1', 'bottom2', 'bottom3'), 'art-block');
?>
<jdoc:include type="modules" name="banner6" style="artstyle" artstyle="art-nostyle" />
<div class="art-Footer">
 <div class="art-Footer-inner">
  <?php 
echo artxModules($document, 'syndicate');
?>
  <div class="art-Footer-text">
  <?php 
if (artxCountModules($document, 'copyright') == 0) {
    ?>
<p>Copyright &copy; 2009 ---.<br/>
All Rights Reserved.</p>

  <?php