0byt3m1n1
Path:
/
home
/
kassiope
/
OLD
/
00-OLD
/
templates
/
sunshine
/
[
Home
]
File: index.php
<?php defined( '_JEXEC' ) or die( 'Restricted access' ); $background_repeat = $this->params->get("background_repeat"); $background_image = $this->params->get("background_image"); $background_color = $this->params->get("background_color"); $fontfamily = $this->params->get("fontfamily"); $fontsize = $this->params->get("fontsize"); $fontcolor = $this->params->get("fontcolor"); $linkcolor = $this->params->get("linkcolor"); $width = $this->params->get("width"); $show_date = ($this->params->get("showDate", 1) == 1)?"no":"yes"; $show_pathway = ($this->params->get("showPathway", 1) == 1)?"no":"yes"; ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.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" /> <?php require("head_includes.php"); ?> <link href="css/template.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="background"> <div id="header"> <div id="header-in"> <?php if($show_date == "yes") {?> <div id="date"><?php echo JHTML::Date( 'now', '%A, %d.%m.%Y' ); ?></div> <?php } ?> <?php if($show_pathway == "yes") {?> <div id="pathway"><jdoc:include type="module" name="breadcrumbs" /></div> <?php } ?> <?php if($this->countModules('user4')) : ?> <div id="search_out"> <div id="search"><jdoc:include type="modules" name="user4" style="xhtml" /></div> </div> <?php endif; ?> </div> </div> <div class="clr"></div> <div id="container"> <div id="banner_out"> <div id="banner_left"> <div class="sitetitle"><a href="<?php echo $this->baseurl; ?>" ><?php echo $mainframe->getCfg('sitename');?></a></div> </div> <?php if($this->countModules('banner')) : ?> <div id="banner"><jdoc:include type="module" name="banners" style="xhtml" /></div> <?php endif; ?> </div> <div class="clr"></div> <div id="topmenu_out"> <div id="topmenu_left"> <div id="topmenu_right"> <div id="topmenu"> <div id="navigation"><jdoc:include type="modules" name="user3" style="xhtml" /></div> </div> </div> </div> </div> <div id="left_border"> <div id="right_border"> <div id="maincontent"> <div id="main"> <?php if($this->countModules('left')) : ?> <div id="left_out"><jdoc:include type="modules" name="left" style="rounded" /></div> <?php endif; ?> <?php if($this->countModules('right')) : ?> <div id="right_out"><jdoc:include type="modules" name="right" style="rounded" /></div> <?php endif; ?> <div id="content_out<?php echo $contentwidth; ?>"> <?php if($this->countModules('user1 or user2')) : ?> <div class="user_bg"> <div class="user_left"> <div class="user_right"> <?php if($this->countModules('user1')) : ?> <div class="topmodule_user<?php echo $topuserwidth; ?>"> <div class="user_inside1"><jdoc:include type="modules" name="user1" style="xhtml" /></div> </div> <?php endif; ?> <?php if($this->countModules('user2')) : ?> <div class="separator"></div> <div class="topmodule_user<?php echo $topuserwidth; ?>"> <div class="user_inside"><jdoc:include type="modules" name="user2" style="xhtml" /></div> </div> <?php endif; ?> </div> </div> </div> <?php endif; ?> <div id="content"> <div id="content_border_right"> <div id="content_border_left"> <div id="content_bottom_right"> <div id="content_bottom_left"> <div id="component"><jdoc:include type="component" /></div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="clr"></div> <?php if($this->countModules('user5 or user6 or user7')) : ?> <div id="user_bottom"> <div class="user_bg"> <div class="user_left"> <div class="user_right"> <?php if($this->countModules('user5')) : ?> <div class="bottom_user<?php echo $userwidth; ?>"> <div class="user_inside1"><jdoc:include type="modules" name="user5" style="xhtml" /></div> </div> <?php endif; ?> <?php if($this->countModules('user6')) : ?> <div class="separator"></div> <div class="bottom_user<?php echo $userwidth; ?>"> <div class="user_inside"><jdoc:include type="modules" name="user6" style="xhtml" /></div> </div> <?php endif; ?> <?php if($this->countModules('user7')) : ?> <div class="separator"></div> <div class="bottom_user<?php echo $userwidth; ?>"> <div class="user_inside"><jdoc:include type="modules" name="user7" style="xhtml" /></div> </div> <?php endif; ?> </div> </div> </div> </div> <?php endif; ?> </div> </div> <div id="bottom"> <div id="bottom_right"> <div id="bottom_left"> <div id="bottom_bg"> <div id="copy">© 2008 <?php echo $mainframe->getCfg('sitename');?> | <a href="http://www.vonfio.de" style="color:#000000;">Joomla 1.5 Templates</a> by vonfio.de</div> <div id="othermenu"> <div id="othermenu_in"><jdoc:include type="modules" name="user3" style="xhtml" /></div> </div> </div> </div> </div> </div> </div> </div> </body> </html>