Witam!

Zainstalowałem skórkę, ale chciał bym, żeby menu było po lewej, a nie po prawej stronie.

  1. <?php
  2. defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
  3. // needed to seperate the ISO number from the language file constant _ISO
  4. $iso = explode( '=', _ISO );
  5. // xml prolog
  6. echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>';
  7. ?>
  8. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  9. <html xmlns="http://www.w3.org/1999/xhtml">
  10. <head>
  11. <?php
  12. if ( $my->id ) {
  13. initEditor();
  14. }
  15. ?>
  16. <meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" />
  17. <?php mosShowHead(); ?>
  18. <link href="<?php echo $mosConfig_live_site;?>/templates/c7_v6/css/template_css.css" rel="stylesheet" type="text/css" />
  19. </head>
  20.  
  21. <body>
  22.  
  23. <table width="850" cellpadding="0" cellspacing="0" align="center">
  24. <tr>
  25. <!-- gradient -->
  26. <td width="850" height="30" colspan="3"></td>
  27. </tr>
  28.  
  29. <tr>
  30. <td colspan="3" width="850">
  31. <table cellpadding="0" cellspacing="0">
  32. <tr>
  33. <!-- newsflash and logo -->
  34. <td height="160" width="600" style="border-bottom:solid 8px #E4E4E4; border-top:solid 5px #E8E3DD;">
  35.  
  36.  <?php mosLoadModules('top'); ?>
  37. </td>
  38. <td width="250" height="160" style="border-top:solid 5px #E8E3DD;">
  39. <img src="<?php echo $mosConfig_live_site;?>/templates/c7_v6/images/logo.jpg" width="250" height="160">
  40. </td>
  41.  </tr>
  42.  </table>
  43.  
  44. </td>
  45. </tr>
  46. <tr>
  47. <!-- banner -->
  48. <td width="850" height="145" colspan="3">
  49.  
  50.  
  51. <img src="<?php echo $mosConfig_live_site;?>/templates/c7_v6/images/banner_default.jpg">
  52. </tr>
  53. <tr>
  54. <td width="850" height="8" bgcolor="#DED2B8" colspan="3">
  55.  
  56.  </td>
  57. </tr>
  58. <tr>
  59. <!-- banner -->
  60. <td width="850" height="30" colspan="3" style="border-bottom:solid 5px #dddddd">
  61. <?php mosLoadModules('user3'); ?>
  62. </td>
  63. </tr>
  64.  
  65. <tr>
  66. <td valign="top">
  67. <br>
  68.  <?php mosMainBody(); ?>
  69.  <br>
  70.  <?php mosLoadModules('bottom'); ?>
  71.  </td>
  72.  
  73. <?php if(mosCountModules('left') > 0) { ?>
  74. <td valign="top" width="18%">
  75. <?php } else { ?>
  76. <td>
  77. <?php } ?>
  78.  <?php mosLoadModules('left'); ?>
  79.  </td>
  80.  
  81. <?php if(mosCountModules('right') > 0) { ?>
  82. <td valign="top" width="18%">
  83. <?php } else { ?>
  84. <td>
  85. <?php } ?>
  86.  <?php mosLoadModules('right'); ?>
  87.  </td>
  88. </tr>
  89. <tr>
  90. <td style="border-bottom: solid 5px #dddddd" colspan="3">&nbsp;</td>
  91. </tr>
  92. </table>
  93. <center>
  94. Design & content copyright &copy; 2005 <a href="http://www.karstensill.de" target="_blank">Karsten Sill</a>. All rights reserved.
  95. </center>
  96. </body>
  97. </html>


Adres strony: norka.byethost15.com

Dziękuję...