Ui danke, das werde ich mal probieren! Werde sonst gleich irre!
Das währe der Header des Templates, ist da vielleicht ein Hinweis? Ich seh in jedenfalls leider nicht. Aber ich denke er muss ja da sein ^^
Was macht das jdoc:include type="head" genau??
Code:
<head>
<jdoc:include type="head" />
<link rel="stylesheet" href="<?php echo $this->baseurl?>/templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl?>/templates/system/css/general.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl?>/templates/<?php echo $this->template?>/css/template.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl?>/templates/<?php echo $this->template?>/css/joomla.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl?>/templates/<?php echo $this->template?>/css/navigation.css" type="text/css" />
<script language="javascript" type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template?>/js/moomenu.js"></script>
<!--Article slides-->
<?php if($show_slide) :
if($TJ->isFrontPage()) { ?>
<script language="javascript" type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template?>/js/_class.noobSlide.packed.js"></script>
<script type="text/javascript">
window.addEvent('domready',function(){
new SmoothScroll({ duration: 500, transition: Fx.Transitions.linear}, window);
var hs2 = new noobSlide({
box: $('slide-box'),
items: [<?php for($i = 1; $i <= $slideamount-1; $i++){$slidelist.= $i.',' ;} $slidelist.=$slideamount; echo $slidelist;?>],
size: 850,
autoPlay: <?php echo $autoPlay; ?>,
interval: <?php echo $interval; ?>,
fxOptions: {
duration: <?php echo $speed; ?>,
transition: Fx.Transitions.<?php echo $transition; ?>,
wait: false
},
buttons: {
previous: $('prev1'),
next: $('next1')
}
});
});
</script>
<?php } ?>
<?php endif; ?>
<?php include_once(JPATH_ROOT . "/templates/" . $this->template . '/js/logreg.php'); ?>
<?php if($font_resizer) { ?><script language="javascript" type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template?>/js/fontresizer.js"></script><?php } ?>
</head>
Update: Der zieht sich das schinbar echt aus der DB, hab in der joomla.sql vom Backup den Eintrag gefunden.....naaaja
Lesezeichen