Einzelnen Beitrag anzeigen
  #3 (permalink)  
Alt 18.05.2008, 22:28
ChOpSueY! ChOpSueY! ist offline
Erfahrener Benutzer
XHTMLforum-Mitglied
Thread-Ersteller
 
Registriert seit: 15.11.2007
Beiträge: 381
ChOpSueY! befindet sich auf einem aufstrebenden Ast
Standard

na klar is halt joomla

Zitat:
<body class="<?php echo $font_s; ?>">
<div id="all" align="center">
<div id="wrap<?php echo "_".$width; ?>">
<div id="logo_search" class="clearfix">
<div id="logo"><a href="<?php echo $url->toString();?>/"><img src="<?php echo "templates/$this->template/images/"; ?>logo.jpg" alt="home" border="0"/></a></div>

</div>
<div id="topmenu_icons" class="clearfix">
<div id="icons">
<!--<a href="templates/<?php echo $this->template ?>/csschanger.php?width=narrow" title="Narrow width"><img src="templates/<?php echo $this->template?>/images/narrow.gif" alt="n" border="0"/></a>
<a href="templates/<?php echo $this->template ?>/csschanger.php?width=wide" title="Wide width"><img src="templates/<?php echo $this->template ?>/images/wide.gif" alt="w" border="0"/></a>&nbsp;&nbsp;&nbsp; -->
<a href="templates/<?php echo $this->template ?>/csschanger.php?font_s=large" title="Font size"><img src="templates/<?php echo $this->template ?>/images/<?php echo $font_color;?>/big_font.gif" alt="large" border="0"/>&nbsp;</a>
<a href="templates/<?php echo $this->template ?>/csschanger.php?font_s=smaller" title="Font size"><img src="templates/<?php echo $this->template ?>/images/<?php echo $font_color;?>/small_font.gif" alt="small" border="0"/>&nbsp;</a>
<a href="templates/<?php echo $this->template ?>/csschanger.php?font_s=default" title="Font size"><img src="templates/<?php echo $this->template ?>/images/<?php echo $font_color;?>/default_font.gif" alt="default" border="0"/>&nbsp;</a>
<!--<a href="templates/<?php echo $this->template ?>/csschanger.php?font_color=green" title="Wide width"><img src="templates/<?php echo $this->template ?>/images/green.gif" alt="w" border="0"/></a>
<a href="templates/<?php echo $this->template ?>/csschanger.php?font_color=default" title="Wide width"><img src="templates/<?php echo $this->template ?>/images/blue.gif" alt="w" border="0"/></a>
<a href="templates/<?php echo $this->template ?>/csschanger.php?font_color=orange" title="Wide width"><img src="templates/<?php echo $this->template ?>/images/orange.gif" alt="w" border="0"/></a>
<a href="templates/<?php echo $this->template ?>/csschanger.php?font_color=red" title="Wide width"><img src="templates/<?php echo $this->template ?>/images/red.gif" alt="w" border="0"/></a>-->
</div>

<div align="right">
<div id="topmenu"><?php mosShowListMenu('topmenu');?></div>
</div>
</div>
<div id="baner">
<?php if($this->countModules('advert1')) { ?>
<jdoc:include type="module" name="advert1" style="xhtml" />
<?php } else{ ?>
<img src="<?php echo "templates/$this->template/images/"; ?>baner.jpg" alt="baner" border="0"/>
<?php }?>
<?php if($this->countModules('advert2')) : ?>
<div id="baner_module">
<jdoc:include type="modules" name="advert2" />
</div>
<?php endif; ?>
</div>
<div id="path_fonts" class="clearfix">
<div id="path">Sie befinden sich hier:&nbsp;&nbsp;
<jdoc:include type="module" name="breadcrumbs" />
</div>
<div id="search">
<jdoc:include type="modules" name="user4"/>
</div>

</div>
<div id="contener" class="clearfix">
<?php if($this->countModules('left')) : ?>
<div id="sidebar">
<jdoc:include type="modules" name="left" style="xhtml" />
</div>
<?php endif; ?>
<div id="content<?php echo $contentwidth; ?>">
<div class="inside">
<jdoc:include type="component" style="xhtml" />
</div>
</div>
<?php if($this->countModules('right')) : ?>
<div id="sidebar-2">
<jdoc:include type="modules" name="right" style="xhtml" />
</div>
<?php endif; ?>
</div>
<div id="footer" class="clearfix">
<div id="xhtml_css">
</div>
<div id="rss"><jdoc:include type="modules" name="syndicate" /></div>
</div>
</div>
<!--end of wrap-->
</div>
</body>
Mit Zitat antworten