Betreff: left and right navigation menu
----->standard.css<-------
modify
#container {
width: 929px;
margin: auto;
}
#window {
original
#container {
width: 767px;
margin: auto;
}
#window {
margin: auto;
}
modify
/* Header und Breadcrumb-Navigation */
h1 {
margin: 0px;
padding: 0px;
background-image: url('standard/header.jpg');
height: 73px;
width: 926px;
border: 1px solid #839FBC;
}
original
/* Header und Breadcrumb-Navigation */
h1 {
margin: 0px;
padding: 0px;
background-image: url('standard/header.jpg');
height: 73px;
width: 765px;
border: 1px solid #839FBC;
}
modify
.breadcrumb {
border: 0px;
border-top: 1px solid #fefefe;
height: 22px;
line-height: 17px;
margin: -25px auto -5px auto;
width: 920px;
padding: 3px 4px 4px 4px;
font-size: 11px;
color: #fefefe;
}
original
.breadcrumb {
border: 0px;
border-top: 1px solid #fefefe;
height: 22px;
line-height: 17px;
margin: -25px auto 0px auto;
width: 757px;
padding: 3px 4px 4px 4px;
font-size: 11px;
color: #fefefe;
}
modify
/* Inhalt */
#content {
float: left;
width: 605px;
margin:5px;
}
original
/* Inhalt */
#content {
float: right;
width: 605px;
margin-left: 5px;
}
-->Administration Control Panel<--
modify
left=Left Navigation
right=Right Navigation
bottom=Bottom Navigation
original
left=Left Navigation
bottom=Bottom Navigation
--->footer.html<---
modiry
DownloadHTML-Quelltext:<?php echo iif ($tpl->tplsent('menu'), $tpl->parse('menu_noscript')); ?>
<br />
<?php echo iif ($config['benchmarkresult'] == 1, $tpl->parse('admin/benchmark')); ?>
<div class="center"><?php ($code = $plugins->navigation('bottom')) ? eval($code) : null; ?>
</div>
<div class="center stext"><?php echo $lang->phrase('timestamps_gmt_diff'); ?>
<?php echo $lang->phrase('timezone_desc'); ?>
</div>
<div id="navigation"><?php ($code = $plugins->navigation('right')) ? eval($code) : null; ?>
</div>
Powered by
<strong><a name="copyright" href="http://www.viscacha.org" target="_blank">Viscacha
<?php echo $config['version']; ?></a></strong><br />
Copyright © 2004-2009, The Viscacha Project
<?php echo iif($config['pccron'] == 1, '<img src="cron.php" width="0" height="0" alt="" />'); ?>
original
DownloadHTML-Quelltext: <?php echo iif ($tpl->tplsent('menu'), $tpl->parse('menu_noscript')); ?>
<br />
<?php echo iif ($config['benchmarkresult'] == 1, $tpl->parse('admin/benchmark')); ?>
<div class="center"><?php ($code = $plugins->navigation('bottom')) ? eval($code) : null; ?>
</div>
<div class="center stext"><?php echo $lang->phrase('timestamps_gmt_diff'); ?>
<?php echo $lang->phrase('timezone_desc'); ?>
</div>
</div><br class="invclear" />
Powered by
<strong><a name="copyright" href="http://www.viscacha.org" target="_blank">Viscacha
<?php echo $config['version']; ?></a></strong><br />
Copyright © 2004-2009, The Viscacha Project
<?php echo iif($config['pccron'] == 1, '<img src="cron.php" width="0" height="0" alt="" />'); ?>
Dateianhänge:
ishab zonic