Witam!
Zainstalowałem skórkę, ale chciał bym, żeby menu było po lewej, a nie po prawej stronie.
<?php
defined( '_VALID_MOS' ) or
die( 'Direct Access to this location is not allowed.' ); // needed to seperate the ISO number from the language file constant _ISO
// xml prolog
echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>'; ?>
<!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">
<head>
<?php
if ( $my->id ) {
initEditor();
}
?>
<meta http-equiv="Content-Type" content="text/html;
<?php echo _ISO
; ?>" />
<?php mosShowHead(); ?>
<link href="
<?php echo $mosConfig_live_site;?>/templates/c7_v6/css/template_css.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table width="850" cellpadding="0" cellspacing="0" align="center">
<tr>
<!-- gradient -->
<td width="850" height="30" colspan="3"></td>
</tr>
<tr>
<td colspan="3" width="850">
<table cellpadding="0" cellspacing="0">
<tr>
<!-- newsflash and logo -->
<td height="160" width="600" style="border-bottom:solid 8px #E4E4E4; border-top:solid 5px #E8E3DD;">
<?php mosLoadModules('top'); ?>
</td>
<td width="250" height="160" style="border-top:solid 5px #E8E3DD;">
<img src="
<?php echo $mosConfig_live_site;?>/templates/c7_v6/images/logo.jpg" width="250" height="160">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<!-- banner -->
<td width="850" height="145" colspan="3">
<img src="
<?php echo $mosConfig_live_site;?>/templates/c7_v6/images/banner_default.jpg">
</tr>
<tr>
<td width="850" height="8" bgcolor="#DED2B8" colspan="3">
</td>
</tr>
<tr>
<!-- banner -->
<td width="850" height="30" colspan="3" style="border-bottom:solid 5px #dddddd">
<?php mosLoadModules('user3'); ?>
</td>
</tr>
<tr>
<td valign="top">
<br>
<?php mosMainBody(); ?>
<br>
<?php mosLoadModules('bottom'); ?>
</td>
<?php if(mosCountModules('left') > 0) { ?>
<td valign="top" width="18%">
<?php } else { ?>
<td>
<?php } ?>
<?php mosLoadModules('left'); ?>
</td>
<?php if(mosCountModules('right') > 0) { ?>
<td valign="top" width="18%">
<?php } else { ?>
<td>
<?php } ?>
<?php mosLoadModules('right'); ?>
</td>
</tr>
<tr>
<td style="border-bottom: solid 5px #dddddd" colspan="3"> </td>
</tr>
</table>
<center>
Design & content copyright © 2005 <a href="http://www.karstensill.de" target="_blank">Karsten Sill</a>. All rights reserved.
</center>
</body>
</html>
Adres strony:
norka.byethost15.comDziękuję...