Hi,
@dropout2: Das ist nicht möglich siehe Hinweis im Eingangspost.

Zitat von
Haydnangst
(Keine öffentliche Seite sondern mehr eine Unternehmensanwendung)
Ich glaube auch nicht das es viel helfen würde. Aber gut, der Coder der Seite ist kurz und sieht nach Entfernung von Firmenhinweisen folgendermaßen aus.
Code:
<?php defined( '_JEXEC' ) or die( 'Restricted access' );?>
<!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" />
<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" />
<script type="text/javascript" language="javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template?>/js/mypseudobreadcrumb.js" ></script>
<script type="text/javascript" language="javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template?>/js/hauptmenu.js" ></script>
<script type="text/javascript" language="javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template?>/js/stdmenu_func.js" ></script>
</head>
<body>
<div id="screen">
<div id="iconContainer">
</div>
<div class="header">
<p> T I T E L</p>
</div>
<div class="iconbase">
<div id="atextleft"></div>
<div id="active_text"></div>
<div id="atextright"></div>
<div id="pfeillinks">
<img src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template?>/res/pfeil_links.png" onclick="move_left();"/>
</div>
<div id="selector">
<img src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template?>/res/selector3.png" onclick="take();"/>
</div>
<div id="pfeilrechts">
<img src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template?>/res/pfeil_rechts.png" onclick="move_right();"/>
</div>
</div>
<div id="modTop"><jdoc:include type="modules" name="top" style="rounded" /></div>
</div>
</body>
</html>
Die eigentlichen Unterseitenaufrufe im Javascript erfolgen zur Zeit mittels:
Code:
window.location.href = g_iconArray[g_activeIcon]["url"];
Lesezeichen